From b6b2dfadaa1e8a320bc99037e2b83acfbe354bf0 Mon Sep 17 00:00:00 2001 From: Tandashi <18377875+Tandashi@users.noreply.github.com> Date: Sat, 13 Mar 2021 16:41:14 +0100 Subject: [PATCH] version: 1.9.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 0416320..5a5a5f2 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.8.0", + "version": "1.9.0", "icons": { "16": "icon16.png", "32": "icon32.png", diff --git a/package.json b/package.json index 3aed97f..78b2e6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ytsync-plugin", - "version": "1.8.0", + "version": "1.9.0", "main": "dist/app.js", "license": "MIT", "scripts": {