Skip to content

Commit

Permalink
Bumped version number to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAter committed Dec 20, 2018
1 parent 774b693 commit cf8196e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/upup.min.js

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

2 changes: 1 addition & 1 deletion dist/upup.sw.min.js

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

Binary file modified dist/upup.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This means that if you placed the files in your `/js/` directory, UpUp will only
It is possible to keep `upup.min.js` outside the scope (e.g. in a CDN), as long as `upup.sw.min.js` is kept local (that file's location determines the scope).
If you choose to keep the two in separate directories, make sure to pass the `service-worker-url` [setting](https://github.com/TalAter/UpUp/tree/master/docs#settings).
````html
<script src="//cdnjs.cloudflare.com/ajax/libs/UpUp/1.0.0/upup.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/UpUp/1.1.0/upup.min.js"></script>
<script>
UpUp.start({
'content-url': 'offline.html',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upup",
"version": "1.0.0",
"version": "1.1.0",
"description": "Control the content users see, even when they're offline",
"keywords": [
"cache",
Expand Down
4 changes: 2 additions & 2 deletions src/upup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! UpUp
//! version : 1.0.0
//! version : 1.1.0
//! author : Tal Ater @TalAter
//! license : MIT
//! https://github.com/TalAter/UpUp
Expand Down Expand Up @@ -42,7 +42,7 @@
* It is possible to keep `upup.min.js` outside the scope (e.g. in a CDN), as long as `upup.sw.min.js` is kept local (that file's location determines the scope).
* If you choose to keep the two in separate directories, make sure to pass the `service-worker-url` [setting](https://github.com/TalAter/UpUp/tree/master/docs#settings).
* ````html
* <script src="//cdnjs.cloudflare.com/ajax/libs/UpUp/1.0.0/upup.min.js"></script>
* <script src="//cdnjs.cloudflare.com/ajax/libs/UpUp/1.1.0/upup.min.js"></script>
* <script>
* UpUp.start({
* 'content-url': 'offline.html',
Expand Down
2 changes: 1 addition & 1 deletion src/upup.sw.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! UpUp Service Worker
//! version : 1.0.0
//! version : 1.1.0
//! author : Tal Ater @TalAter
//! license : MIT
//! https://github.com/TalAter/UpUp
Expand Down

0 comments on commit cf8196e

Please sign in to comment.