Skip to content

Commit

Permalink
Bumped version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAter committed May 18, 2016
1 parent 4797167 commit e685dfd
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 @@ -35,7 +35,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/0.2.0/upup.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/UpUp/0.3.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": "0.2.0",
"version": "0.3.0",
"description": "Control the content users see, even when they're offline",
"main": "index.js",
"scripts": {},
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 : 0.2.0
//! version : 0.3.0
//! author : Tal Ater @TalAter
//! license : MIT
//! https://github.com/TalAter/UpUp
Expand Down Expand Up @@ -41,7 +41,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/0.2.0/upup.min.js"></script>
* <script src="//cdnjs.cloudflare.com/ajax/libs/UpUp/0.3.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,6 +1,6 @@

//! UpUp ServiceWorker
//! version : 0.2.0
//! version : 0.3.0
//! author : Tal Ater @TalAter
//! license : MIT
//! https://github.com/TalAter/UpUp
Expand Down

0 comments on commit e685dfd

Please sign in to comment.