From 8492fab8bcb1e20b0029a7fa93b4987648753e55 Mon Sep 17 00:00:00 2001 From: Stephen Cooper Date: Fri, 5 Jul 2024 16:43:53 -0400 Subject: [PATCH] Update to version 1.4.0 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9f20feb..bee7688 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "syrinscape-player-control", "name": "Syrinscape Online Player", - "version": "1.3.0", + "version": "1.4.0", "description": "Control Syrinscape Online Player from inside of notes.", "author": "Stephen Cooper", "authorUrl": "https://github.com/scooper4711", diff --git a/package.json b/package.json index e677afb..5447101 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "syrinscape-player-control", - "version": "1.3.0", + "version": "1.4.0", "description": "Control Syrinscape Online Player from inside of notes.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d371294..c6c33f3 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "1.2.0": "1.5.3", "1.2.1": "1.5.3", "1.2.2": "1.5.3", - "1.3.0": "1.5.3" + "1.3.0": "1.5.3", + "1.4.0": "1.5.3" }