From 5f203af48f3b028484c02b9912f34027aaa7ed1f Mon Sep 17 00:00:00 2001 From: kckaiwei Date: Sun, 17 Oct 2021 20:55:56 -0400 Subject: [PATCH] [DOC] Bump versions for release --- package.json | 2 +- src/module.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6c3258c..6b1a68c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turnmarker-alt", - "version": "2.8.1", + "version": "2.8.2", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/src/module.json b/src/module.json index e5c3bc8..aff26c6 100644 --- a/src/module.json +++ b/src/module.json @@ -3,7 +3,7 @@ "title": "Turn Marker", "description": "Displays a (optionally animated) marker on the token who's active turn it is. Originally by Brunhine", "author": "kckaiwei", - "version": "2.8.1", + "version": "2.8.2", "minimumCoreVersion": "0.8.6", "compatibleCoreVersion": "0.8.6", "manifestPlusVersion": "1.0.0", @@ -56,6 +56,6 @@ } ], "url": "https://github.com/kckaiwei/TurnMarker-alt", - "manifest": "https://raw.githubusercontent.com/kckaiwei/TurnMarker-alt/v2.8.1/src/module.json", - "download": "https://github.com/kckaiwei/TurnMarker-alt/releases/download/v2.8.1/turnmarker.zip" + "manifest": "https://raw.githubusercontent.com/kckaiwei/TurnMarker-alt/v2.8.2/src/module.json", + "download": "https://github.com/kckaiwei/TurnMarker-alt/releases/download/v2.8.2/turnmarker.zip" }