Skip to content

Commit

Permalink
bumped version again
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Dec 16, 2024
1 parent 6937dfc commit ec872fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Both JVM and Native mode are supported.
Which allows you to run via:

```bash
./target/github-stats-1.0.0-SNAPSHOT-runner
java -jar target/quarkus-app/quarkus-run.jar
./target/github-stats-*-runner help
java -jar target/quarkus-app/quarkus-run.jar help
```

## GitHub Auth
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.garethahealy</groupId>
<artifactId>github-stats</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.2.1</version>
<properties>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<maven.compiler.release>21</maven.compiler.release>
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v2.2.0"
"version": "v2.2.1"
}

0 comments on commit ec872fc

Please sign in to comment.