diff --git a/.github/project.yml b/.github/project.yml
index ebdf4d00d..06f61b8dc 100644
--- a/.github/project.yml
+++ b/.github/project.yml
@@ -1,7 +1,7 @@
name: Json 5e convert CLI
release:
- current-version: 2.2.4
- next-version: 2.2.4
+ current-version: 2.2.5
+ next-version: 2.2.5
snapshot-version: 299-SNAPSHOT
jitpack:
group: com.github.ebullient
diff --git a/README.md b/README.md
index cb6d614c8..2dcda3ace 100644
--- a/README.md
+++ b/README.md
@@ -323,7 +323,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.4.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.5.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/docs/usage/alternateRun.md b/docs/usage/alternateRun.md
index c4451fa4e..731d6b46c 100644
--- a/docs/usage/alternateRun.md
+++ b/docs/usage/alternateRun.md
@@ -23,7 +23,7 @@ JBang is a tool designed to simplify Java application execution. By eliminating
2. Install the pre-built release of ttrpg-convert-cli:
```shell
- jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.4/ttrpg-convert-cli-2.2.4-runner.jar
+ jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.5/ttrpg-convert-cli-2.2.5-runner.jar
```
🚧 If you want the latest [_unreleased snapshot_][]:
@@ -52,13 +52,13 @@ To run the CLI, you will need to have **Java 17** installed on your system.
2. Download the CLI as a jar
- - Latest release: [ttrpg-convert-cli-2.2.4-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.4/ttrpg-convert-cli-2.2.4-runner.jar)
+ - Latest release: [ttrpg-convert-cli-2.2.5-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.5/ttrpg-convert-cli-2.2.5-runner.jar)
- 🚧 [_unreleased snapshot_][]: [ttrpg-convert-cli-299-SNAPSHOT-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/299-SNAPSHOT/ttrpg-convert-cli-299-SNAPSHOT-runner.jar)
3. Verify the install by running the command:
```shell
- java -jar ttrpg-convert-cli-2.2.4-runner.jar --help
+ java -jar ttrpg-convert-cli-2.2.5-runner.jar --help
```
🚧 If you are using the [_unreleased snapshot_][], use the following command:
diff --git a/pom.xml b/pom.xml
index ac51242d5..967149e9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
https://github.com/ebullient/ttrpg-convert-cli/issues
- 299-SNAPSHOT
+ 2.2.5
3.3.1
3.11.0