diff --git a/extension/manifest.json b/extension/manifest.json index 01bc608..ca99878 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -28,7 +28,7 @@ }, "manifest_version": 3, "name": "Twitch Notes", - "version": "0.0.1", + "version": "0.1.0", "web_accessible_resources": [ { "resources": [ diff --git a/package.json b/package.json index a485ce9..f9e885f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitchnotes", - "version": "0.0.1", + "version": "0.1.0", "description": "Add notes to twitch users (only visible to you)", "main": "index.js", "scripts": {