diff --git a/.version b/.version index 818944f..df5db66 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.0.22 +0.0.23 diff --git a/builds/current/0-0-22.zip b/builds/current/0-0-23.zip similarity index 85% rename from builds/current/0-0-22.zip rename to builds/current/0-0-23.zip index 314a3db..3f9c019 100644 Binary files a/builds/current/0-0-22.zip and b/builds/current/0-0-23.zip differ diff --git a/html/interface-sample.html b/html/interface-sample.html index edec11d..294d7c5 100644 --- a/html/interface-sample.html +++ b/html/interface-sample.html @@ -8,7 +8,7 @@
loading...
diff --git a/html/popup/templates/options.html b/html/popup/templates/options.html index db87384..86593c5 100644 --- a/html/popup/templates/options.html +++ b/html/popup/templates/options.html @@ -1,6 +1,6 @@ diff --git a/js/content/injections/interceptor_build.js b/js/content/injections/interceptor_build.js index a96f538..21c2b94 100644 --- a/js/content/injections/interceptor_build.js +++ b/js/content/injections/interceptor_build.js @@ -5,8 +5,8 @@ injections_controller(function() { * * The non-minified version for the code below is available at: * - * - https://github.com/gbaptista/luminous/blob/0.0.22/js/content/interceptor.js - * - https://github.com/gbaptista/luminous/blob/0.0.22/js/content/interceptors/ + * - https://github.com/gbaptista/luminous/blob/0.0.23/js/content/interceptor.js + * - https://github.com/gbaptista/luminous/blob/0.0.23/js/content/interceptors/ * */ var content = 'UGLIFYJS_RESULT'; diff --git a/manifest.json b/manifest.json index 2f42cfa..0eea521 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "__MSG_manifestName__", "short_name": "Luminous", "description": "__MSG_manifestDescription__", - "version": "0.0.22", + "version": "0.0.23", "author": "Guilherme Baptista", "developer": { "name": "Guilherme Baptista",