From 0f9a54cff0c932cb51590d44f14bfd0506de2197 Mon Sep 17 00:00:00 2001 From: Biplob Sutradhar Date: Thu, 11 May 2023 00:26:37 +0600 Subject: [PATCH] v1.2 --- manifest.json | 2 +- package.json | 2 +- src/utils/constants.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 068910c..5284fd2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Youtube Subscriptions Transfer", "description": "Transferring subscriptions from one YouTube account to another", - "version": "1.1", + "version": "1.2", "manifest_version": 3, "icons": { "16": "src/assets/icons/icon16.png", diff --git a/package.json b/package.json index 4911bfa..afa6db1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-subscriptions-transfer", - "version": "1.1.0", + "version": "1.2.0", "type": "module", "repository": { "type": "git", diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 3cda135..48778eb 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -1,7 +1,7 @@ export const STORIES_URL = ["https://www.youtube.com/"]; export const DEFAULT_STATUS_MSG = "Ready for request"; export const APP_NAME = "Youtube Subscriptions Transfer"; -export const VERSION = "v1.1"; +export const VERSION = "v1.2"; export const REPO_URL = "https://github.com/biplobsd/yst"; export const XPATH_URL =