From 128e10db0748347f5346a45ee5400c593e9724e2 Mon Sep 17 00:00:00 2001 From: Darius Rapalis Date: Thu, 15 Sep 2022 01:11:57 +0300 Subject: [PATCH] Version Bump --- extension/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {