diff --git a/manifest.json b/manifest.json index 73438cf..702bae0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Scratch JS", - "version": "0.0.14", + "version": "0.0.15", "description": "Write and execute ES6 within DevTools!", "devtools_page": "es6-repl.html", "manifest_version": 2, diff --git a/package.json b/package.json index 09333b1..ba03d10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Scratch-JS", - "version": "0.0.14", + "version": "0.0.15", "description": "Write ES6 (and other compile-to-JS languages) and execute it on a page from inside DevTools.", "repository": { "type": "git",