diff --git a/browser/manifest.json b/browser/manifest.json index 4648dc2..59a3f22 100644 --- a/browser/manifest.json +++ b/browser/manifest.json @@ -3,7 +3,7 @@ "name": "YTSync", "description": "Watch videos directly on YouTube with your friends.", "author": "Tandashi", - "version": "1.10.0", + "version": "2.0.0", "icons": { "16": "icon16.png", "32": "icon32.png", diff --git a/package.json b/package.json index 11b5ae8..e04bb54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ytsync-plugin", - "version": "1.10.0", + "version": "2.0.0-pre1", "main": "dist/app.js", "license": "MIT", "scripts": {