From 0f54a5cdf8a0a51c731f689588f7ddc7ce94a1bc Mon Sep 17 00:00:00 2001 From: Tal Ater Date: Thu, 10 Sep 2015 11:30:13 +0300 Subject: [PATCH] Bumped version to 0.1.1 --- dist/upup.min.js | 2 +- dist/upup.sw.min.js | 2 +- dist/upup.zip | Bin 1649 -> 1649 bytes package.json | 2 +- src/upup.js | 2 +- src/upup.sw.js | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) 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 6eafc009b8394a54a3f5ec7f55f95bf76c1070ee..bf0805bdce88d02e97b26e042bc36660b8c4fa12 100644 GIT binary patch delta 616 zcmV-u0+;>q4Dk#NP)h>@6aWYS2mrW4Dv=E=f5^$zf%b9OVZeG>TkKHuK+CeNO_2O%Ca-qr&=g~C@%%&qLj7CDI}c?@{uR1jTnqVzCS`> zf3?Kk#6n32N7DiNAfgUOQu*n_Zyolg%~mQ88dGqr7IRDKlC=da^^F{(3TD8Hry&g@ zzKVl!;#cHTq2+2WZBnpwf=DAo{vui*zJluik=OayJl8K0=yy8J z3p3L+x=!5@6aWYS2mrW4Dzixf5dr}dvs(mz z0U-BJolb58008y}002-+0Rk-p6aWYS2mrW4Dn~9UkEoOS1u+P?Ln=r2Pn}MaGX_2< C;}oO- delta 616 zcmV-u0+;>q4Dk#NP)h>@6aWYS2msBT5RnZmf6DIFf%b9OVZeG>TkKHeK+CeNO_2K z&lD}edT))=E^4~J|Ms|M2E;MeW!W1XQX`Zhx;K#=$y#v{F9^bqy5^$fe{(Ky(C*FHdb?HLMQ^pRzR&o>^@!}!F2G_E zi%BURW0x#Dk)!O=n7vp01CSc26kYye9SGxy*;+z7pA~uUFnDXpwnmIT;yrbOUS|`m zFHrNS@s_@I7GAtYbvx&C{>&Ai8u`eUf5G)! zO8hfw-!a&3Gmz6VigsAToEHRkIq~8(x=q2-2_lUU`CfEBd<8Z9BX9DleQx#==yyIZ z3$xI)x=H;T4lN<{=|ECZSnYZoK31PL8>lzcJkwJuayMJHAm7op->~RYQ2HLmk*J@3 ze3$FiT~@6aWYS2msBT5VJ`F5dr~Yvs(mz z0U&bVDSL 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