Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
biplobsd committed May 7, 2023
1 parent 033c4f4 commit c44d7b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.0",
"version": "1.1",
"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.0.0",
"version": "1.1.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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.0';
export const DEFAULT_STATUS_MSG = "Ready for request";
export const APP_NAME = "Youtube Subscriptions Transfer";
export const VERSION = "v1.1";

0 comments on commit c44d7b2

Please sign in to comment.