Skip to content

Commit 6c6557e

Browse files
🔖 2.3.7
1 parent cda7056 commit 6c6557e

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.6
4-
next-version: 2.3.6
3+
current-version: 2.3.7
4+
next-version: 2.3.7
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.6-windows-x86_64.zip`
33-
- `ttrpg-convert-cli-2.3.6-examples.zip`
32+
- `ttrpg-convert-cli-2.3.7-windows-x86_64.zip`
33+
- `ttrpg-convert-cli-2.3.7-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.6` to contain bin, LICENSE, and README.md, not another folder called `ttrpg-convert-cli-2.3.6`.
37+
You want `ttrpg-convert-cli-2.3.7` to contain bin, LICENSE, and README.md, not another folder called `ttrpg-convert-cli-2.3.7`.
3838

39-
3. Put the `ttrpg-convert-cli-2.3.6` folder in any place you like.
39+
3. Put the `ttrpg-convert-cli-2.3.7` 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.6-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.7-examples`) inside of the bin directory.
4444

45-
2. If you leave the extracted `ttrpg-convert-cli-2.3.6` folder in the Downloads directory, the following commands should work:
45+
2. If you leave the extracted `ttrpg-convert-cli-2.3.7` 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.6`.
47+
1. Make the `Downloads` directory active. When you list the folders, it should include `ttrpg-convert-cli-2.3.7`.
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.6
57+
cd ttrpg-convert-cli-2.3.7
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.6-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.7-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.6\bin`
77-
- Alternately, navigate to the `ttrpg-convert-cli-2.3.6` 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.7\bin`
77+
- Alternately, navigate to the `ttrpg-convert-cli-2.3.7` 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.6\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.7\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
@@ -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.6/ttrpg-convert-cli-2.3.6-runner.jar
27+
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.7/ttrpg-convert-cli-2.3.7-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.6-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.6/ttrpg-convert-cli-2.3.6-runner.jar)
130+
- Latest release: [ttrpg-convert-cli-2.3.7-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.7/ttrpg-convert-cli-2.3.7-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.6-runner.jar --help
136+
java -jar ttrpg-convert-cli-2.3.7-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.7</revision>
3535
<!-- Build -->
3636
<clean-plugin.version>3.3.2</clean-plugin.version>
3737
<compiler-plugin.version>3.13.0</compiler-plugin.version>

0 commit comments

Comments
 (0)