Skip to content

Commit e9a5145

Browse files
🔖 2.3.3
1 parent db99b8f commit e9a5145

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
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.2
4-
next-version: 2.3.2
3+
current-version: 2.3.3
4+
next-version: 2.3.3
55
snapshot-version: 299-SNAPSHOT
66
build:
77
artifact: ttrpg-convert-cli

README-WINDOWS.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@ This is one example with specific steps. If you know more about running commands
2929

3030
1. From the [latest release][1], download the following files:
3131

32-
- `ttrpg-convert-cli-2.3.2-windows-x86_64.zip`
33-
- `ttrpg-convert-cli-2.3.2-examples.zip`
32+
- `ttrpg-convert-cli-2.3.3-windows-x86_64.zip`
33+
- `ttrpg-convert-cli-2.3.3-examples.zip`
3434

3535
2. Unzip the downloaded files and make sure the folder structure doesn't contain duplicated/nested folders
3636

37-
You want `ttrpg-convert-cli-2.3.2` to contain bin, LICENSE, and README.md, not another folder called `ttrpg-convert-cli-2.3.2`.
37+
You want `ttrpg-convert-cli-2.3.3` to contain bin, LICENSE, and README.md, not another folder called `ttrpg-convert-cli-2.3.3`.
3838

39-
3. Put the `ttrpg-convert-cli-2.3.2` folder in any place you like.
39+
3. Put the `ttrpg-convert-cli-2.3.3` folder in any place you like.
4040

4141
For this example, you'll be working from within the bin folder, which contains the file `ttrpg-convert.exe`.
4242

43-
1. Move the other two folders you extracted (`5etools-mirror-2.github.io-master` and `ttrpg-convert-cli-2.3.2-examples`) inside of the bin directory.
43+
1. Move the other two folders you extracted (`5etools-mirror-2.github.io-master` and `ttrpg-convert-cli-2.3.3-examples`) inside of the bin directory.
4444

45-
2. If you leave the extracted `ttrpg-convert-cli-2.3.2` folder in the Downloads directory, the following commands should work:
45+
2. If you leave the extracted `ttrpg-convert-cli-2.3.3` folder in the Downloads directory, the following commands should work:
4646

47-
1. Make the `Downloads` directory active. When you list the folders, it should include `ttrpg-convert-cli-2.3.2`.
47+
1. Make the `Downloads` directory active. When you list the folders, it should include `ttrpg-convert-cli-2.3.3`.
4848

4949
```console
5050
cd C:\Users\Xanathar\Downloads
@@ -54,11 +54,11 @@ This is one example with specific steps. If you know more about running commands
5454
2. Make the `ttrpg-convert-cli` active. When you list the folders, it should include `bin`.
5555

5656
```console
57-
cd ttrpg-convert-cli-2.3.2
57+
cd ttrpg-convert-cli-2.3.3
5858
dir
5959
```
6060

61-
3. Make the `bin` active. When you list the folders, it should include `5etools-mirror-2.github.io-master` and `ttrpg-convert-cli-2.3.2-examples`.
61+
3. Make the `bin` active. When you list the folders, it should include `5etools-mirror-2.github.io-master` and `ttrpg-convert-cli-2.3.3-examples`.
6262

6363
```console
6464
cd bin
@@ -73,10 +73,10 @@ This is one example with specific steps. If you know more about running commands
7373

7474
2. Navigate to the bin folder.
7575

76-
- If you followed the example above, you can do: `cd C:\Users\Xanathar\Downloads\ttrpg-convert-cli-2.3.2\bin`
77-
- Alternately, navigate to the `ttrpg-convert-cli-2.3.2` folder in File Explorer and copy the path from the address bar.
76+
- If you followed the example above, you can do: `cd C:\Users\Xanathar\Downloads\ttrpg-convert-cli-2.3.3\bin`
77+
- Alternately, navigate to the `ttrpg-convert-cli-2.3.3` folder in File Explorer and copy the path from the address bar.
7878
Then go back to Command Prompt, type `cd` and paste the path you just copied, and hit `Enter`.
79-
The prompt on the left should now look like this: `<path to the folder you moved ttrpg-convert-cli into>\ttrpg-convert-cli-2.3.2\bin`
79+
The prompt on the left should now look like this: `<path to the folder you moved ttrpg-convert-cli into>\ttrpg-convert-cli-2.3.3\bin`
8080

8181
3. Type `ttrpg-convert.exe --index -o dm 5etools-mirror-2.github.io-master/data` and hit `Enter`.
8282

docs/alternateRun.md

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

1919
```shell
20-
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.2/ttrpg-convert-cli-2.3.2-runner.jar
20+
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.3/ttrpg-convert-cli-2.3.3-runner.jar
2121
```
2222

2323
🚧 If you want the latest [_unreleased snapshot_][]:
@@ -120,13 +120,13 @@ To run the CLI, you will need to have **Java 17** installed on your system.
120120
121121
2. Download the CLI as a jar
122122
123-
- Latest release: [ttrpg-convert-cli-2.3.2-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.2/ttrpg-convert-cli-2.3.2-runner.jar)
123+
- Latest release: [ttrpg-convert-cli-2.3.3-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.3/ttrpg-convert-cli-2.3.3-runner.jar)
124124
- 🚧 [_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)
125125
126126
3. Verify the install by running the command:
127127
128128
```shell
129-
java -jar ttrpg-convert-cli-2.3.2-runner.jar --help
129+
java -jar ttrpg-convert-cli-2.3.3-runner.jar --help
130130
```
131131
132132
🚧 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.3</revision>
3535
<!-- Build -->
3636
<clean-plugin.version>3.3.2</clean-plugin.version>
3737
<compiler-plugin.version>3.12.1</compiler-plugin.version>

0 commit comments

Comments
 (0)