From 726f8606bc16e9c7d1d3a1b2696596543322642b Mon Sep 17 00:00:00 2001 From: Saibot393 <137942782+Saibot393@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:27:51 +0200 Subject: [PATCH] for v2.3.1 --- CHANGELOG.md | 3 +++ module.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e4f48..0aa386f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v2.3.1 +- Improved compendium token support for "Spawn riders" + ## v2.3.0 - Added compendium token support for "Spawn riders" - Added "cluster" placement pattern diff --git a/module.json b/module.json index 2b6782a..7ecf1d9 100644 --- a/module.json +++ b/module.json @@ -7,7 +7,7 @@ "name": "saibot" } ], - "version": "2.3.0", + "version": "2.3.1", "compatibility": { "minimum": "10", "verified": "11" @@ -52,7 +52,7 @@ } ], "url": "https://github.com/Saibot393/Rideable", - "download": "https://github.com/Saibot393/Rideable/archive/refs/tags/v2.3.0.zip", + "download": "https://github.com/Saibot393/Rideable/archive/refs/tags/v2.3.1.zip", "manifest": "https://github.com/Saibot393/Rideable/releases/latest/download/module.json", "readme": "https://github.com/Saibot393/Rideable/blob/main/README.md", "changelog": "https://github.com/Saibot393/Rideable/blob/main/CHANGELOG.md",