Skip to content

Commit dca9f26

Browse files
author
Damian Staszewski
committed
chore(readme): version update
1 parent b24d709 commit dca9f26

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add to `pom.xml` build.
2626
<repositories>
2727
<repository>
2828
<id>jcenter</id>
29-
<url>https://jitpack.io</url>
29+
<url>https://jcenter.bintyray.com</url>
3030
</repository>
3131
</repositories>
3232

@@ -41,26 +41,26 @@ Add to `pom.xml` build.
4141
<!--<artifactId>HiRezAPI-smite</artifactId>-->
4242
<!--for realm royale-->
4343
<!--<artifactId>HiRezAPI-realm</artifactId>-->
44-
<version>master</version>
44+
<version>3.0.0</version>
4545
</dependency>
4646
</dependencies>
4747
```
4848
#### Gradle
4949
Add to `build.gradle` build.
5050
```groovy
5151
repositories {
52-
maven { url "https://jitpack.io" }
52+
jcenter()
5353
}
5454
5555
dependencies {
5656
// for all games
57-
compile "com.github.stachu540:HiRezAPI-all:master"
57+
compile "com.github.stachu540:HiRezAPI-all:3.0.0"
5858
// for paladins
59-
// compile "com.github.stachu540:HiRezAPI-paladins:master"
59+
// compile "com.github.stachu540:HiRezAPI-paladins:3.0.0"
6060
// for smite
61-
// compile "com.github.stachu540:HiRezAPI-smite:master"
61+
// compile "com.github.stachu540:HiRezAPI-smite:3.0.0"
6262
// for realm royale
63-
// compile "com.github.stachu540:HiRezAPI-realm:master"
63+
// compile "com.github.stachu540:HiRezAPI-realm:3.0.0"
6464
}
6565
```
6666

0 commit comments

Comments
 (0)