diff --git a/.github/project.yml b/.github/project.yml
index acf1c7ff5..e0dbd130f 100644
--- a/.github/project.yml
+++ b/.github/project.yml
@@ -1,7 +1,7 @@
name: TTRPG Convert CLI
release:
- current-version: 2.3.16
- next-version: 2.3.16
+ current-version: 2.3.17
+ next-version: 2.3.17
snapshot-version: 299-SNAPSHOT
build:
artifact: ttrpg-convert-cli
diff --git a/README-WINDOWS.md b/README-WINDOWS.md
index 813509a0b..e0786e5f3 100644
--- a/README-WINDOWS.md
+++ b/README-WINDOWS.md
@@ -24,8 +24,8 @@
1. From the [latest release][1], download the following files:
- - `ttrpg-convert-cli-2.3.16-windows-x86_64.zip`
- - `ttrpg-convert-cli-2.3.16-examples.zip`
+ - `ttrpg-convert-cli-2.3.17-windows-x86_64.zip`
+ - `ttrpg-convert-cli-2.3.17-examples.zip`
2. Unzip the downloaded files into a place you'll remember. For example, `Downloads`.
3. Navigate to the `bin` directory inside the unzipped files. It might be nested within another folder. You should see a `ttrpg-convert` EXE file in the folder - see the screenshot below.
@@ -94,7 +94,7 @@
On Windows, the command output will look like this, with weird characters at the start of lines.
```
[ ✅ OK] Finished reading config.
-⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.16-windows-x86_64\ttrpg-convert-cli-2.3.16-windows-x86_64\bin\5etools-mirror-2.github.io\data
+⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.17-windows-x86_64\ttrpg-convert-cli-2.3.17-windows-x86_64\bin\5etools-mirror-2.github.io\data
[ ✅ OK] Finished reading data.
```
These are emoji that Windows is having trouble displaying. This doesn't affect the functionality at all, but
@@ -106,7 +106,7 @@ chcp 65001
You should then start seeing the emoji correctly:
```
[ ✅ OK] Finished reading config.
-⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.16-windows-x86_64\ttrpg-convert-cli-2.3.16-windows-x86_64\bin\5etools-mirror-2.github.io\data
+⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.17-windows-x86_64\ttrpg-convert-cli-2.3.17-windows-x86_64\bin\5etools-mirror-2.github.io\data
[ ✅ OK] Finished reading data.
```
@@ -133,7 +133,7 @@ the wrong directory, or there's a typo somewhere in the name of the command.
Type in `dir` and press **Enter**. You should see output similar to this:
```
Directory:
- C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.16-windows-x86_64\ttrpg-convert-cli-2.3.16-windows-x86_64\bin
+ C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.17-windows-x86_64\ttrpg-convert-cli-2.3.17-windows-x86_64\bin
Mode LastWriteTime Length Name
diff --git a/docs/alternateRun.md b/docs/alternateRun.md
index 9234ad89e..4da06892f 100644
--- a/docs/alternateRun.md
+++ b/docs/alternateRun.md
@@ -24,7 +24,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.3.16/ttrpg-convert-cli-2.3.16-runner.jar
+ jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.17/ttrpg-convert-cli-2.3.17-runner.jar
```
🚧 If you want the latest [_unreleased snapshot_][]:
@@ -127,13 +127,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.3.16-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.16/ttrpg-convert-cli-2.3.16-runner.jar)
+ - Latest release: [ttrpg-convert-cli-2.3.17-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.17/ttrpg-convert-cli-2.3.17-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.3.16-runner.jar --help
+ java -jar ttrpg-convert-cli-2.3.17-runner.jar --help
```
🚧 If you are using the [_unreleased snapshot_][], use the following command:
diff --git a/pom.xml b/pom.xml
index 97feee3ec..c0ffc7418 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
https://github.com/ebullient/ttrpg-convert-cli/issues
- 299-SNAPSHOT
+ 2.3.17
3.4.0
3.13.0