Skip to content

Commit

Permalink
v1.3-pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
biplobsd committed Jul 6, 2023
1 parent eeae538 commit 3e8d537
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.2",
"version": "1.3",
"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.2.1-dev",
"version": "1.3",
"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.2";
export const VERSION = "v1.3p";

export const REPO_URL = "https://github.com/biplobsd/yst";
export const XPATH_URL =
Expand Down

0 comments on commit 3e8d537

Please sign in to comment.