diff --git a/README.md b/README.md index dce50a2..b4e6a1e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pom.xml b/pom.xml index db987c2..1e584a4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.github.garethahealy github-stats - 2.1.0-SNAPSHOT + 2.2.1 3.13.0 21 diff --git a/src/main/docker/version.json b/src/main/docker/version.json index f21b03b..28e81b9 100644 --- a/src/main/docker/version.json +++ b/src/main/docker/version.json @@ -1,3 +1,3 @@ { - "version": "v2.2.0" + "version": "v2.2.1" } \ No newline at end of file