File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ To use maven add this dependency to your `pom.xml`:
1414<dependency >
1515 <groupId >io.github.archipelagomw</groupId >
1616 <artifactId >Java-Client</artifactId >
17- <version >0.1.20 </version >
17+ <version >0.2.0 </version >
1818</dependency >
1919```
2020
2121### Gradle
2222To use Gradle add the maven central repository to your repositories list:
2323then add this to your ` dependancy ` section
2424``` groovy
25- implementation 'io.github.archipelagomw:Java-Client:0.1.20 '
25+ implementation 'io.github.archipelagomw:Java-Client:0.2.0 '
2626```
2727
2828## Using Snapshots
@@ -56,7 +56,7 @@ And add the snapshot version into your dependencies:
5656<dependency >
5757 <groupId >io.github.archipelagomw</groupId >
5858 <artifactId >Java-Client</artifactId >
59- <version >0.1.20 -SNAPSHOT</version >
59+ <version >0.2.1 -SNAPSHOT</version >
6060</dependency >
6161```
6262
@@ -84,5 +84,5 @@ repositories {
8484
8585And add the snapshot version into your dependencies:
8686``` groovy
87- implementation 'io.github.archipelagomw:Java-Client:0.1.20 -SNAPSHOT'
87+ implementation 'io.github.archipelagomw:Java-Client:0.2.1 -SNAPSHOT'
8888```
You can’t perform that action at this time.
0 commit comments