Version Bump

This commit is contained in:
2022-09-15 01:11:57 +03:00
parent 64bbc81460
commit 128e10db07
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
}, },
"manifest_version": 3, "manifest_version": 3,
"name": "Twitch Notes", "name": "Twitch Notes",
"version": "0.0.1", "version": "0.1.0",
"web_accessible_resources": [ "web_accessible_resources": [
{ {
"resources": [ "resources": [

View File

@@ -1,6 +1,6 @@
{ {
"name": "twitchnotes", "name": "twitchnotes",
"version": "0.0.1", "version": "0.1.0",
"description": "Add notes to twitch users (only visible to you)", "description": "Add notes to twitch users (only visible to you)",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {