From 44e8d8a883689aa7925091c60a95046755fa88db Mon Sep 17 00:00:00 2001 From: Serraniel Date: Thu, 1 Oct 2020 21:42:14 +0200 Subject: [PATCH] Version update --- package.json | 2 +- src/manifests/manifest.template.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fa55d4b..8d31bf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-plus", - "version": "0.1.0-beta.0", + "version": "0.2.0-beta.0", "description": "Aniwatch Plus is a browser extension for https://aniwatch.me/", "main": "index.js", "scripts": { diff --git a/src/manifests/manifest.template.json b/src/manifests/manifest.template.json index 92d2b66..81eb84f 100644 --- a/src/manifests/manifest.template.json +++ b/src/manifests/manifest.template.json @@ -1,8 +1,8 @@ { "name": "Aniwatch Plus", "short_name": "AW+", - "version": "0.1.0.0", - "version_name": "0.1 Beta", + "version": "0.2.0.0", + "version_name": "0.2 Beta", "description": "Aniwatch Plus is an unofficial extension which provides several UI improvments for https://aniwatch.me.", "permissions": [ "*://aniwatch.me/*"