Skip to content

Commit

Permalink
🔖 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 10, 2023
1 parent 2880aca commit f8e21c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Json 5e convert CLI
release:
current-version: 2.0.5
next-version: 2.0.5
current-version: 2.1.0
next-version: 2.1.0
snapshot-version: 299-SNAPSHOT
jitpack:
group: com.github.ebullient
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Notes:
2. Install the pre-built release:

```shell
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.0.5/ttrpg-convert-cli-2.0.5-runner.jar
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.1.0/ttrpg-convert-cli-2.1.0-runner.jar
```

If you want the latest _unreleased snapshot_ (may not match this doc!):
Expand All @@ -82,15 +82,15 @@ Continue to notes about [Conventions](#conventions).

1. Install Java 17: https://adoptium.net/, or with your favorite package manager.

2. Download the latest [ttrpg-convert-cli jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.0.5/ttrpg-convert-cli-2.0.5-runner.jar):
2. Download the latest [ttrpg-convert-cli jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.1.0/ttrpg-convert-cli-2.1.0-runner.jar):

3. Verify the install by running the command:

```shell
java -jar ttrpg-convert-cli-2.0.5-runner.jar --help
java -jar ttrpg-convert-cli-2.1.0-runner.jar --help
```

To run commands listed below, replace `ttrpg-convert` with `java -jar ttrpg-convert-cli-2.0.5-runner.jar`
To run commands listed below, replace `ttrpg-convert` with `java -jar ttrpg-convert-cli-2.1.0-runner.jar`

Continue to notes about [Conventions](#conventions).

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<url>https://github.com/ebullient/ttrpg-convert-cli/issues</url>
</issueManagement>
<properties>
<revision>299-SNAPSHOT</revision>
<revision>2.1.0</revision>
<!-- Build -->
<clean-plugin.version>3.3.1</clean-plugin.version>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
Expand Down

0 comments on commit f8e21c6

Please sign in to comment.