Skip to content

Commit

Permalink
🔖 2.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 27, 2024
1 parent 8d6b1d9 commit ed56f76
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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: TTRPG Convert CLI
release:
current-version: 2.3.17
next-version: 2.3.17
current-version: 2.3.18
next-version: 2.3.18
snapshot-version: 299-SNAPSHOT
build:
artifact: ttrpg-convert-cli
Expand Down
10 changes: 5 additions & 5 deletions README-WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
1. From the [latest release][1], download the following files:

- `ttrpg-convert-cli-2.3.17-windows-x86_64.zip`
- `ttrpg-convert-cli-2.3.17-examples.zip`
- `ttrpg-convert-cli-2.3.18-windows-x86_64.zip`
- `ttrpg-convert-cli-2.3.18-examples.zip`

2. Unzip the downloaded files into a place you'll remember. For example, `Downloads`.
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.
Expand Down Expand Up @@ -94,7 +94,7 @@
On Windows, the command output will look like this, with weird characters at the start of lines.
```
[ ✅ OK] Finished reading config.
⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.17-windows-x86_64\ttrpg-convert-cli-2.3.17-windows-x86_64\bin\5etools-mirror-2.github.io\data
⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.18-windows-x86_64\ttrpg-convert-cli-2.3.18-windows-x86_64\bin\5etools-mirror-2.github.io\data
[ ✅ OK] Finished reading data.
```
These are emoji that Windows is having trouble displaying. This doesn't affect the functionality at all, but
Expand All @@ -106,7 +106,7 @@ chcp 65001
You should then start seeing the emoji correctly:
```
[ ✅ OK] Finished reading config.
⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.17-windows-x86_64\ttrpg-convert-cli-2.3.17-windows-x86_64\bin\5etools-mirror-2.github.io\data
⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.18-windows-x86_64\ttrpg-convert-cli-2.3.18-windows-x86_64\bin\5etools-mirror-2.github.io\data
[ ✅ OK] Finished reading data.
```
Expand All @@ -133,7 +133,7 @@ the wrong directory, or there's a typo somewhere in the name of the command.
Type in `dir` and press **Enter**. You should see output similar to this:
```
Directory:
C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.17-windows-x86_64\ttrpg-convert-cli-2.3.17-windows-x86_64\bin
C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.18-windows-x86_64\ttrpg-convert-cli-2.3.18-windows-x86_64\bin
Mode LastWriteTime Length Name
Expand Down
6 changes: 3 additions & 3 deletions docs/alternateRun.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ JBang is a tool designed to simplify Java application execution. By eliminating
2. Install the pre-built release of ttrpg-convert-cli:

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

🚧 If you want the latest [_unreleased snapshot_][]:
Expand Down Expand Up @@ -127,13 +127,13 @@ To run the CLI, you will need to have **Java 17** installed on your system.
2. Download the CLI as a jar
- Latest release: [ttrpg-convert-cli-2.3.17-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.17/ttrpg-convert-cli-2.3.17-runner.jar)
- Latest release: [ttrpg-convert-cli-2.3.18-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.18/ttrpg-convert-cli-2.3.18-runner.jar)
- 🚧 [_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)
3. Verify the install by running the command:
```shell
java -jar ttrpg-convert-cli-2.3.17-runner.jar --help
java -jar ttrpg-convert-cli-2.3.18-runner.jar --help
```
🚧 If you are using the [_unreleased snapshot_][], use the following command:
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.3.18</revision>
<!-- Build -->
<clean-plugin.version>3.4.0</clean-plugin.version>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
Expand Down

0 comments on commit ed56f76

Please sign in to comment.