diff --git a/manifest.json b/manifest.json index f261663..a229b93 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Scratch JS", - "version": "0.0.16", + "version": "0.0.17", "description": "Write and execute ES6 within DevTools!", "devtools_page": "es6-repl.html", "manifest_version": 2, diff --git a/package.json b/package.json index dffe1f9..226e6a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Scratch-JS", - "version": "0.0.16", + "version": "0.0.17", "description": "Write ES6 (and other compile-to-JS languages) and execute it on a page from inside DevTools.", "repository": { "type": "git",