From 458296f7e7bcbe3f9398b4b597380dca5a6a1d90 Mon Sep 17 00:00:00 2001 From: Tandashi <18377875+Tandashi@users.noreply.github.com> Date: Thu, 28 Oct 2021 21:47:13 +0200 Subject: [PATCH] version: 1.10.0 --- 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 5e54966..4648dc2 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.9.1-pre1", + "version": "1.10.0", "icons": { "16": "icon16.png", "32": "icon32.png", diff --git a/package.json b/package.json index 7fdc45b..11b5ae8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ytsync-plugin", - "version": "1.9.1-pre1", + "version": "1.10.0", "main": "dist/app.js", "license": "MIT", "scripts": {