Skip to content

Commit 1359777

Browse files
🔖 2.2.17
1 parent 5c9c1fd commit 1359777

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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: Json 5e convert CLI
22
release:
3-
current-version: 2.2.16
4-
next-version: 2.2.16
3+
current-version: 2.2.17
4+
next-version: 2.2.17
55
snapshot-version: 299-SNAPSHOT
66
build:
77
artifact: ttrpg-convert-cli

docs/alternateRun.md

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

2525
```shell
26-
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.16/ttrpg-convert-cli-2.2.16-runner.jar
26+
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.17/ttrpg-convert-cli-2.2.17-runner.jar
2727
```
2828

2929
🚧 If you want the latest [_unreleased snapshot_][]:
@@ -52,13 +52,13 @@ To run the CLI, you will need to have **Java 17** installed on your system.
5252

5353
2. Download the CLI as a jar
5454

55-
- Latest release: [ttrpg-convert-cli-2.2.16-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.16/ttrpg-convert-cli-2.2.16-runner.jar)
55+
- Latest release: [ttrpg-convert-cli-2.2.17-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.17/ttrpg-convert-cli-2.2.17-runner.jar)
5656
- 🚧 [_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)
5757

5858
3. Verify the install by running the command:
5959

6060
```shell
61-
java -jar ttrpg-convert-cli-2.2.16-runner.jar --help
61+
java -jar ttrpg-convert-cli-2.2.17-runner.jar --help
6262
```
6363

6464
🚧 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.2.17</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)