Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
george committed Oct 9, 2019
2 parents 62f4066 + 8bf2024 commit 98f6d34
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ The quickest way to use Undernet is to link the bundled js and minified css usin
```html
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/undernet@5.3.0/dist/undernet.min.css"
integrity="sha256-y3bpJ0RvsBvegMpyXXW2slORgb/0leV7/LTAFbcusMQ="
href="https://cdn.jsdelivr.net/npm/undernet@6.0.0/dist/undernet.min.css"
integrity="sha256-CCXHgVlt68r/j/PKF3UN+LRGsKMI1Xlsvi2O2zjRupA="
crossorigin="anonymous"
/>
```

```html
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/undernet@5.3.0/dist/undernet.bundle.min.js"
integrity="sha256-XT5OiIsPZUyS6t1Wdn/Kj7Du459TAMpLf8j3R8FFq50="
src="https://cdn.jsdelivr.net/npm/undernet@6.0.0/dist/undernet.bundle.min.js"
integrity="sha256-/7qzKFwnWrXFElITB8gG0RLFvunoxxi0wDfyLfDTpgo="
crossorigin="anonymous"
></script>
<script type="text/javascript">
Expand Down
Binary file modified dist/undernet.css.zip
Binary file not shown.
Binary file modified dist/undernet.js.zip
Binary file not shown.
Binary file modified dist/undernet.modules.js.zip
Binary file not shown.
Binary file modified dist/undernet.scss.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "undernet",
"version": "5.3.0",
"version": "6.0.0",
"homepage": "https://undernet.io",
"description": "A modular, configuration-first front-end framework. No strings.",
"author": "George Treviranus",
Expand Down

0 comments on commit 98f6d34

Please sign in to comment.