From d4a59e6408b49f424136b3fd4ec8aae33ecc0590 Mon Sep 17 00:00:00 2001 From: Garrett Bjerkhoel Date: Tue, 6 Jun 2023 19:30:17 -0700 Subject: [PATCH] Update version number --- package.json | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",