Skip to content

Commit 80b7941

Browse files
authored
Merge pull request #75 from ArchipelagoMW/cjmang-patch-1
Update readme.md
2 parents acb8b77 + efd6e97 commit 80b7941

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2222
To use Gradle add the maven central repository to your repositories list:
2323
then 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

8585
And 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
```

0 commit comments

Comments
 (0)