Skip to content

Commit 0f2e41d

Browse files
author
George Treviranus
committed
update metadata & cdn tags
1 parent 8ba85fa commit 0f2e41d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ The CDN puts the library on `window.CoreFlux`.
4040
<!-- The unminified bundle for development -->
4141
<script
4242
type="text/javascript"
43-
src="https://cdn.jsdelivr.net/npm/core-flux@1.0.8/dist/core-flux.js"
44-
integrity="sha256-TCKYuwkGWgcQfQo/Zgmyi4iWGQc0MpxiH7u3dkw8cYQ="
43+
src="https://cdn.jsdelivr.net/npm/core-flux@1.1.0/dist/core-flux.js"
44+
integrity="sha256-Wu1e80Ncp28IBDil/BBiZFPmhlAFHnjgJpAw2kHpCEU="
4545
crossorigin="anonymous"
4646
></script>
4747

4848
<!-- Minified/uglified bundle for production -->
4949
<script
5050
type="text/javascript"
51-
src="https://cdn.jsdelivr.net/npm/core-flux@1.0.8/dist/core-flux.min.js"
52-
integrity="sha256-GkyVkyElHTpRsSZtx4eOlrIU80RWxK3UAMJp4ssqz0k="
51+
src="https://cdn.jsdelivr.net/npm/core-flux@1.1.0/dist/core-flux.min.js"
52+
integrity="sha256-CRbAMla4kdBDdcTQaGrlAr8Ces47xYF7qSqpqKuR41c="
5353
crossorigin="anonymous"
5454
></script>
5555
```

0 commit comments

Comments
 (0)