diff --git a/package.json b/package.json index 571d451..4d2d62f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-rails-partial-chrome-extension", - "version": "0.1.0", + "version": "0.0.2", "description": "Chrome extension that supports opening Rails partials found on the page in VS Code", "main": "index.js", "scripts": { diff --git a/public/manifest.json b/public/manifest.json index 329bb55..33c6fec 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Open Rails Partial", "description": "Chrome extension that supports opening Rails partials found on the page in VS Code", - "version": "0.0.1", + "version": "0.0.2", "icons": { "16": "icons/16.png", "48": "icons/48.png",