Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
🔖 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 29, 2023
1 parent 10f304f commit 8cc4f0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: Pockets CLI
release:
current-version: 1.0.1
next-version: 1.0.1
current-version: 1.0.2
next-version: 1.0.2
snapshot-version: 199-SNAPSHOT
build:
artifact: pockets-cli
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Notes:
2. Install the pre-built release:

```shell
jbang app install --name pockets --force --fresh https://github.com/ebullient/pockets-cli/releases/download/1.0.1/pockets-cli-1.0.1-runner.jar
jbang app install --name pockets --force --fresh https://github.com/ebullient/pockets-cli/releases/download/1.0.2/pockets-cli-1.0.2-runner.jar
```

If you want the latest unreleased snapshot:
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 @@
</issueManagement>

<properties>
<revision>199-SNAPSHOT</revision>
<revision>1.0.2</revision>
<!-- Build -->
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<maven.compiler.release>17</maven.compiler.release>
Expand Down

0 comments on commit 8cc4f0e

Please sign in to comment.