Skip to content

Commit cf51826

Browse files
🔖 3.0.3
1 parent f144e2c commit cf51826

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: 3.0.2
4-
next-version: 3.0.2
3+
current-version: 3.0.3
4+
next-version: 3.0.3
55
snapshot-version: 399-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
@@ -25,8 +25,8 @@
2525
2626
1. From the [latest release][1], download the following files:
2727

28-
- `ttrpg-convert-cli-3.0.2-windows-x86_64.zip`
29-
- `ttrpg-convert-cli-3.0.2-examples.zip`
28+
- `ttrpg-convert-cli-3.0.3-windows-x86_64.zip`
29+
- `ttrpg-convert-cli-3.0.3-examples.zip`
3030

3131
2. Unzip the downloaded files into a place you'll remember. For example, `Downloads`.
3232
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.
@@ -85,7 +85,7 @@ On Windows, the command output will look like this, with weird characters at the
8585
8686
```shell
8787
[ ✅ OK] Finished reading config.
88-
⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-3.0.2-windows-x86_64\ttrpg-convert-cli-3.0.2-windows-x86_64\bin\5etools-mirror-2.github.io\data
88+
⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-3.0.3-windows-x86_64\ttrpg-convert-cli-3.0.3-windows-x86_64\bin\5etools-mirror-2.github.io\data
8989
[ ✅ OK] Finished reading data.
9090
```
9191
@@ -100,7 +100,7 @@ You should then start seeing the emoji correctly:
100100

101101
```shell
102102
[ ✅ OK] Finished reading config.
103-
⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-3.0.2-windows-x86_64\ttrpg-convert-cli-3.0.2-windows-x86_64\bin\5etools-mirror-2.github.io\data
103+
⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-3.0.3-windows-x86_64\ttrpg-convert-cli-3.0.3-windows-x86_64\bin\5etools-mirror-2.github.io\data
104104
[ ✅ OK] Finished reading data.
105105
```
106106

@@ -132,7 +132,7 @@ Type in `dir` and press **Enter**. You should see output similar to this:
132132
133133
```shell
134134
Directory:
135-
C:\Users\Kelly\Downloads\ttrpg-convert-cli-3.0.2-windows-x86_64\ttrpg-convert-cli-3.0.2-windows-x86_64\bin
135+
C:\Users\Kelly\Downloads\ttrpg-convert-cli-3.0.3-windows-x86_64\ttrpg-convert-cli-3.0.3-windows-x86_64\bin
136136
137137
138138
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/3.0.2/ttrpg-convert-cli-3.0.2-runner.jar
27+
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/3.0.3/ttrpg-convert-cli-3.0.3-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-3.0.2-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/3.0.2/ttrpg-convert-cli-3.0.2-runner.jar)
130+
- Latest release: [ttrpg-convert-cli-3.0.3-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/3.0.3/ttrpg-convert-cli-3.0.3-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-3.0.2-runner.jar --help
136+
java -jar ttrpg-convert-cli-3.0.3-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>399-SNAPSHOT</revision>
34+
<revision>3.0.3</revision>
3535
<!-- Build -->
3636
<clean-plugin.version>3.4.1</clean-plugin.version>
3737
<compiler-plugin.version>3.14.0</compiler-plugin.version>

0 commit comments

Comments
 (0)