1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 17:50:09 +02:00

bump to 2.3

This commit is contained in:
Kushagra Gour
2017-02-05 20:36:31 +05:30
parent 02347ddfe4
commit fd3dda7386
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Web Maker",
"version": "2.2.2",
"version": "2.3.0",
"manifest_version": 2,
"description": "Convert new tabs into an offline playground for your web experiments",
"homepage_url": "https://kushagragour.in/lab/web-maker",

View File

@@ -10,7 +10,7 @@ TextareaAutoComplete */
/* eslint-enable no-extra-semi */
var scope = scope || {};
var version = '2.2.0';
var version = '2.3.0';
if (window.DEBUG) {
window.scope = scope;