diff --git a/dist/upup.min.js b/dist/upup.min.js index 221015b..9929c7a 100644 --- a/dist/upup.min.js +++ b/dist/upup.min.js @@ -1,5 +1,5 @@ //! UpUp -//! version : 0.1.0 +//! version : 0.1.1 //! author : Tal Ater @TalAter //! license : MIT //! https://github.com/TalAter/UpUp diff --git a/dist/upup.sw.min.js b/dist/upup.sw.min.js index 85cf0a3..d7d7c27 100644 --- a/dist/upup.sw.min.js +++ b/dist/upup.sw.min.js @@ -1,6 +1,6 @@ Cache.prototype.add||(Cache.prototype.add=function(a){return this.addAll([a])}),Cache.prototype.addAll||(Cache.prototype.addAll=function(a){function b(a){this.name="NetworkError",this.code=19,this.message=a}var c=this;return b.prototype=Object.create(Error.prototype),Promise.resolve().then(function(){if(arguments.length<1)throw new TypeError;return a=a.map(function(a){return a instanceof Request?a:String(a)}),Promise.all(a.map(function(a){"string"==typeof a&&(a=new Request(a));var c=new URL(a.url).protocol;if("http:"!==c&&"https:"!==c)throw new b("Invalid scheme");return fetch(a.clone())}))}).then(function(b){return Promise.all(b.map(function(b,d){return c.put(a[d],b)}))}).then(function(){return void 0})}),CacheStorage.prototype.match||(CacheStorage.prototype.match=function(a,b){var c=this;return this.keys().then(function(d){var e;return d.reduce(function(d,f){return d.then(function(){return e||c.open(f).then(function(c){return c.match(a,b)}).then(function(a){return e=a})})},Promise.resolve())})}); //! UpUp ServiceWorker -//! version : 0.1.0 +//! version : 0.1.1 //! author : Tal Ater @TalAter //! license : MIT //! https://github.com/TalAter/UpUp diff --git a/dist/upup.zip b/dist/upup.zip index 6eafc00..bf0805b 100644 Binary files a/dist/upup.zip and b/dist/upup.zip differ diff --git a/package.json b/package.json index f44e1d1..6a518f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "UpUp", - "version": "0.1.0", + "version": "0.1.1", "description": "Control the content users see, even when they're offline", "main": "index.js", "scripts": { diff --git a/src/upup.js b/src/upup.js index bb1ea75..a119e71 100644 --- a/src/upup.js +++ b/src/upup.js @@ -1,5 +1,5 @@ //! UpUp -//! version : 0.1.0 +//! version : 0.1.1 //! author : Tal Ater @TalAter //! license : MIT //! https://github.com/TalAter/UpUp diff --git a/src/upup.sw.js b/src/upup.sw.js index 03ad0a5..bc30349 100644 --- a/src/upup.sw.js +++ b/src/upup.sw.js @@ -1,6 +1,6 @@ //! UpUp ServiceWorker -//! version : 0.1.0 +//! version : 0.1.1 //! author : Tal Ater @TalAter //! license : MIT //! https://github.com/TalAter/UpUp