From b1a0ee2563f5e761b35a2be1a1bdfe646a442361 Mon Sep 17 00:00:00 2001 From: Serraniel Date: Mon, 12 Oct 2020 18:09:20 +0200 Subject: [PATCH] Changed version number --- 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 49145df..34a8576 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-plus", - "version": "0.2.0-beta.0", + "version": "0.2.1-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 8d39499..ba1031b 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.2.0.0", - "version_name": "0.2 Beta", + "version": "0.2.1.0", + "version_name": "0.2.1 Beta", "description": "Aniwatch Plus is an unofficial extension which provides several UI improvments for https://aniwatch.me.", "permissions": [ "*://aniwatch.me/*"