Skip to content

Commit 28ca0fc

Browse files
author
George Treviranus
committed
Merge branch 'develop' into main
2 parents 5c6e994 + acdc8a1 commit 28ca0fc

File tree

3 files changed

+4334
-8141
lines changed

3 files changed

+4334
-8141
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.1.0/dist/core-flux.js"
44-
integrity="sha256-Wu1e80Ncp28IBDil/BBiZFPmhlAFHnjgJpAw2kHpCEU="
43+
src="https://cdn.jsdelivr.net/npm/core-flux@1.1.2/dist/core-flux.js"
44+
integrity="sha256-isekfT8KIOjq9Qbg9+xiIT9uAaLRByy2LrAqmKoc3Cs="
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.1.0/dist/core-flux.min.js"
52-
integrity="sha256-CRbAMla4kdBDdcTQaGrlAr8Ces47xYF7qSqpqKuR41c="
51+
src="https://cdn.jsdelivr.net/npm/core-flux@1.1.2/dist/core-flux.min.js"
52+
integrity="sha256-Mo8ImmrV6mB/D+UAnR3lwfCtdhE9xhDaQmOZ85fkBr8="
5353
crossorigin="anonymous"
5454
></script>
5555
```

0 commit comments

Comments
 (0)