From ec4c81df4b63bbee15f33d5d286c35db10978ea8 Mon Sep 17 00:00:00 2001
From: GitHub <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 10 Sep 2023 05:22:48 +0000
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=202.2.3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.github/project.yml | 4 ++--
README.md | 10 +++++-----
pom.xml | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/project.yml b/.github/project.yml
index 49aba598b..32a762702 100644
--- a/.github/project.yml
+++ b/.github/project.yml
@@ -1,7 +1,7 @@
name: Json 5e convert CLI
release:
- current-version: 2.2.2
- next-version: 2.2.2
+ current-version: 2.2.3
+ next-version: 2.2.3
snapshot-version: 299-SNAPSHOT
jitpack:
group: com.github.ebullient
diff --git a/README.md b/README.md
index 2f897c2d9..d6f6862fb 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Notes:
2. Install the pre-built release:
```shell
- jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.2/ttrpg-convert-cli-2.2.2-runner.jar
+ jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.3/ttrpg-convert-cli-2.2.3-runner.jar
```
If you want the latest _unreleased snapshot_ (may not match this doc!):
@@ -82,15 +82,15 @@ Continue to notes about [Conventions](#conventions).
1. Install Java 17: https://adoptium.net/, or with your favorite package manager.
-2. Download the latest [ttrpg-convert-cli jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.2/ttrpg-convert-cli-2.2.2-runner.jar):
+2. Download the latest [ttrpg-convert-cli jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.3/ttrpg-convert-cli-2.2.3-runner.jar):
3. Verify the install by running the command:
```shell
- java -jar ttrpg-convert-cli-2.2.2-runner.jar --help
+ java -jar ttrpg-convert-cli-2.2.3-runner.jar --help
```
-To run commands listed below, replace `ttrpg-convert` with `java -jar ttrpg-convert-cli-2.2.2-runner.jar`
+To run commands listed below, replace `ttrpg-convert` with `java -jar ttrpg-convert-cli-2.2.3-runner.jar`
Continue to notes about [Conventions](#conventions).
@@ -531,7 +531,7 @@ Of particular note are the varied monster templates:
3. 🔥 Better support for table rendering has superceded dedicated/hand-tended random name tables. All of the tables are still present, just in different units more directly related to source material.
4. 🔥 **Change to monster template attributes:** Legendary group attributes have been simplified to `name` and `desc`, just like other traits. See the [default monster template](https://github.com/ebullient/ttrpg-convert-cli/blob/0736c3929a6d90fe01860692f487b8523b57e60d/src/main/resources/templates/tools5e/monster2md.txt#L80) for an example.
-> ***If you use the Templater plugin***, you can use [a templater script](https://raw.githubusercontent.com/ebullient/ttrpg-convert-cli/main/migration/ttrpg-cli-renameFiles-5e-2.2.2.md) to **rename files in your vault before merging** with freshly generated content. View the contents of the template before running it, and adjust parameters at the top to match your Vault.
+> ***If you use the Templater plugin***, you can use [a templater script](https://raw.githubusercontent.com/ebullient/ttrpg-convert-cli/main/migration/ttrpg-cli-renameFiles-5e-2.2.3.md) to **rename files in your vault before merging** with freshly generated content. View the contents of the template before running it, and adjust parameters at the top to match your Vault.
✨ **New template documentation** is available in [docs](https://github.com/ebullient/ttrpg-convert-cli/tree/main/docs). Content is generated from javadoc in the various *.qute packages (for template-accessible fields and methods). It may not be complete.. PRs to improve it are welcome.
diff --git a/pom.xml b/pom.xml
index f72db9f4b..8c5a1175c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
https://github.com/ebullient/ttrpg-convert-cli/issues
- 299-SNAPSHOT
+ 2.2.3
3.3.1
3.11.0