Skip to content

Commit

Permalink
🔖 2.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 27, 2024
1 parent 209a8ff commit 9ef80be
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 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.14
next-version: 2.3.14
current-version: 2.3.15
next-version: 2.3.15
snapshot-version: 299-SNAPSHOT
build:
artifact: ttrpg-convert-cli
Expand Down
24 changes: 12 additions & 12 deletions README-WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ This is one example with specific steps. If you know more about running commands

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

- `ttrpg-convert-cli-2.3.14-windows-x86_64.zip`
- `ttrpg-convert-cli-2.3.14-examples.zip`
- `ttrpg-convert-cli-2.3.15-windows-x86_64.zip`
- `ttrpg-convert-cli-2.3.15-examples.zip`

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

You want `ttrpg-convert-cli-2.3.14` to contain bin, LICENSE, and README.md, not another folder called `ttrpg-convert-cli-2.3.14`.
You want `ttrpg-convert-cli-2.3.15` to contain bin, LICENSE, and README.md, not another folder called `ttrpg-convert-cli-2.3.15`.

3. Put the `ttrpg-convert-cli-2.3.14` folder in any place you like.
3. Put the `ttrpg-convert-cli-2.3.15` folder in any place you like.

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

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

2. If you leave the extracted `ttrpg-convert-cli-2.3.14` folder in the Downloads directory, the following commands should work:
2. If you leave the extracted `ttrpg-convert-cli-2.3.15` folder in the Downloads directory, the following commands should work:

1. Make the `Downloads` directory active. When you list the folders, it should include `ttrpg-convert-cli-2.3.14`.
1. Make the `Downloads` directory active. When you list the folders, it should include `ttrpg-convert-cli-2.3.15`.

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

```console
cd ttrpg-convert-cli-2.3.14
cd ttrpg-convert-cli-2.3.15
dir
```

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.14-examples`.
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.15-examples`.

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

2. Navigate to the bin folder.

- If you followed the example above, you can do: `cd C:\Users\Xanathar\Downloads\ttrpg-convert-cli-2.3.14\bin`
- Alternately, navigate to the `ttrpg-convert-cli-2.3.14` folder in File Explorer and copy the path from the address bar.
- If you followed the example above, you can do: `cd C:\Users\Xanathar\Downloads\ttrpg-convert-cli-2.3.15\bin`
- Alternately, navigate to the `ttrpg-convert-cli-2.3.15` folder in File Explorer and copy the path from the address bar.
Then go back to Command Prompt, type `cd` and paste the path you just copied, and hit `Enter`.
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.14\bin`
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.15\bin`

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

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.14/ttrpg-convert-cli-2.3.14-runner.jar
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.15/ttrpg-convert-cli-2.3.15-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.14-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.14/ttrpg-convert-cli-2.3.14-runner.jar)
- Latest release: [ttrpg-convert-cli-2.3.15-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.15/ttrpg-convert-cli-2.3.15-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.14-runner.jar --help
java -jar ttrpg-convert-cli-2.3.15-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.15</revision>
<!-- Build -->
<clean-plugin.version>3.3.2</clean-plugin.version>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
Expand Down

0 comments on commit 9ef80be

Please sign in to comment.