Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
biplobsd committed May 10, 2023
1 parent 12820da commit 0f9a54c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "youtube-subscriptions-transfer",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down

0 comments on commit 0f9a54c

Please sign in to comment.