Skip to content

Commit ed56f76

Browse files
🔖 2.3.18
1 parent 8d6b1d9 commit ed56f76

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: TTRPG Convert CLI
22
release:
3-
current-version: 2.3.17
4-
next-version: 2.3.17
3+
current-version: 2.3.18
4+
next-version: 2.3.18
55
snapshot-version: 299-SNAPSHOT
66
build:
77
artifact: ttrpg-convert-cli

README-WINDOWS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
2525
1. From the [latest release][1], download the following files:
2626

27-
- `ttrpg-convert-cli-2.3.17-windows-x86_64.zip`
28-
- `ttrpg-convert-cli-2.3.17-examples.zip`
27+
- `ttrpg-convert-cli-2.3.18-windows-x86_64.zip`
28+
- `ttrpg-convert-cli-2.3.18-examples.zip`
2929

3030
2. Unzip the downloaded files into a place you'll remember. For example, `Downloads`.
3131
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 @@
9494
On Windows, the command output will look like this, with weird characters at the start of lines.
9595
```
9696
[ ✅ OK] Finished reading config.
97-
⏱️ 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
97+
⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.18-windows-x86_64\ttrpg-convert-cli-2.3.18-windows-x86_64\bin\5etools-mirror-2.github.io\data
9898
[ ✅ OK] Finished reading data.
9999
```
100100
These are emoji that Windows is having trouble displaying. This doesn't affect the functionality at all, but
@@ -106,7 +106,7 @@ chcp 65001
106106
You should then start seeing the emoji correctly:
107107
```
108108
[ ✅ OK] Finished reading config.
109-
⏱️ 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
109+
⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.18-windows-x86_64\ttrpg-convert-cli-2.3.18-windows-x86_64\bin\5etools-mirror-2.github.io\data
110110
[ ✅ OK] Finished reading data.
111111
```
112112
@@ -133,7 +133,7 @@ the wrong directory, or there's a typo somewhere in the name of the command.
133133
Type in `dir` and press **Enter**. You should see output similar to this:
134134
```
135135
Directory:
136-
C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.17-windows-x86_64\ttrpg-convert-cli-2.3.17-windows-x86_64\bin
136+
C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.18-windows-x86_64\ttrpg-convert-cli-2.3.18-windows-x86_64\bin
137137
138138
139139
Mode LastWriteTime Length Name

docs/alternateRun.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ JBang is a tool designed to simplify Java application execution. By eliminating
2424
2. Install the pre-built release of ttrpg-convert-cli:
2525

2626
```shell
27-
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
27+
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.18/ttrpg-convert-cli-2.3.18-runner.jar
2828
```
2929

3030
🚧 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.
127127
128128
2. Download the CLI as a jar
129129
130-
- 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)
130+
- Latest release: [ttrpg-convert-cli-2.3.18-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.18/ttrpg-convert-cli-2.3.18-runner.jar)
131131
- 🚧 [_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)
132132
133133
3. Verify the install by running the command:
134134
135135
```shell
136-
java -jar ttrpg-convert-cli-2.3.17-runner.jar --help
136+
java -jar ttrpg-convert-cli-2.3.18-runner.jar --help
137137
```
138138
139139
🚧 If you are using the [_unreleased snapshot_][], use the following command:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<url>https://github.com/ebullient/ttrpg-convert-cli/issues</url>
3232
</issueManagement>
3333
<properties>
34-
<revision>299-SNAPSHOT</revision>
34+
<revision>2.3.18</revision>
3535
<!-- Build -->
3636
<clean-plugin.version>3.4.0</clean-plugin.version>
3737
<compiler-plugin.version>3.13.0</compiler-plugin.version>

0 commit comments

Comments
 (0)