From f1c5dc62a6cabcaee452a55c25b0174405ef3378 Mon Sep 17 00:00:00 2001 From: Stephen Cooper Date: Mon, 24 Jun 2024 13:43:42 -0400 Subject: [PATCH] Update to version 1.2.1 --- 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 a25a710..2897038 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "syrinscape-player-control", "name": "Syrinscape Online Player", - "version": "1.2.0", + "version": "1.2.1", "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 502e189..4215a8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "syrinscape-player-control", - "version": "1.2.0", + "version": "1.2.1", "description": "Control Syrinscape Online Player from inside of notes.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 95e83f9..4860237 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "1.0.8": "1.5.3", "1.0.9": "1.5.3", "1.1.0": "1.5.3", - "1.2.0": "1.5.3" + "1.2.0": "1.5.3", + "1.2.1": "1.5.3" }