Skip to content

Commit 7e34f53

Browse files
committed
chariot-0.2.3
1 parent aee0f3d commit 7e34f53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The application will be packaged in `target/charibot-0.0.1-SNAPSHOT-<os>-<arch>.
7777
`target/maven-jlink/classifiers/<os>-<arch>/bin/bot`)
7878

7979
Note, it is also possible to run the application from source without building
80-
it with Maven. This needs the above JDK, downloading of dependency [chariot-0.2.2.jar](https://repo1.maven.org/maven2/io/github/tors42/chariot/0.2.2/chariot-0.2.2.jar) and providing command-line flags:
80+
it with Maven. This needs the above JDK, downloading of dependency [chariot-0.2.3.jar](https://repo1.maven.org/maven2/io/github/tors42/chariot/0.2.3/chariot-0.2.3.jar) and providing command-line flags:
8181

82-
$ java --enable-preview -p chariot-0.2.2.jar --add-modules chariot src/main/java/bot/Bot.java
82+
$ java --enable-preview -p chariot-0.2.3.jar --add-modules chariot src/main/java/bot/Bot.java
8383

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>io.github.tors42</groupId>
1414
<artifactId>chariot</artifactId>
15-
<version>0.2.2</version>
15+
<version>0.2.3</version>
1616
</dependency>
1717
</dependencies>
1818

0 commit comments

Comments
 (0)