From de8b42561f472320fb820f480241ca80512107ab Mon Sep 17 00:00:00 2001 From: Tandashi <18377875+Tandashi@users.noreply.github.com> Date: Fri, 29 Oct 2021 19:31:19 +0200 Subject: [PATCH] version: 2.0.0-pre1 --- browser/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {