diff --git a/dist/upup.min.js b/dist/upup.min.js
index 1b16664..9a6ce4e 100644
--- a/dist/upup.min.js
+++ b/dist/upup.min.js
@@ -1,5 +1,5 @@
//! UpUp
-//! version : 0.2.0
+//! version : 0.3.0
//! 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 7db2652..421ed35 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(){})}),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.2.0
+//! version : 0.3.0
//! author : Tal Ater @TalAter
//! license : MIT
//! https://github.com/TalAter/UpUp
diff --git a/dist/upup.zip b/dist/upup.zip
index 3068631..e96d348 100644
Binary files a/dist/upup.zip and b/dist/upup.zip differ
diff --git a/docs/README.md b/docs/README.md
index 118565a..505f8e9 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -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
-
+
+ *
*