Skip to content

Commit 8d5dd8c

Browse files
author
Damian Staszewski
authored
Update README.md
version bump
1 parent e2b0eca commit 8d5dd8c

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
@@ -1,7 +1,7 @@
11
[![Build Status](https://travis-ci.org/stachu540/HiRezAPI.svg)](https://travis-ci.org/stachu540/HiRezAPI)
22
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ee16a92996a3425d87403780aa18f316)](https://www.codacy.com/app/stachu540/HiRezAPI?utm_source=github.com&utm_medium=referral&utm_content=stachu540/HiRezAPI&utm_campaign=Badge_Grade)
33
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/ee16a92996a3425d87403780aa18f316)](https://www.codacy.com/app/stachu540/HiRezAPI?utm_source=github.com&utm_medium=referral&utm_content=stachu540/HiRezAPI&utm_campaign=Badge_Coverage)
4-
[![Javadocs](https://img.shields.io/badge/Javadoc-v2.0-brightgreen.svg)](https://jitpack.io/com/github/stachu540/HiRezAPI/v2.0/javadoc/)
4+
[![Javadocs](https://img.shields.io/badge/Javadoc-v2.0.1-brightgreen.svg)](https://jitpack.io/com/github/stachu540/HiRezAPI/v2.0.1/javadoc/)
55
[![Release](https://jitpack.io/v/stachu540/HiRezAPI.svg)](https://jitpack.io/#stachu540/HiRezAPI)
66

77
# HiRezAPI
@@ -37,7 +37,7 @@ Add to `pom.xml` build.
3737
<dependency>
3838
<groupId>com.github.stachu540</groupId>
3939
<artifactId>HiRezAPI</artifactId>
40-
<version>2.0</version>
40+
<version>2.0.1</version>
4141
</dependency>
4242
</dependencies>
4343
...
@@ -55,12 +55,12 @@ repositories {
5555
...
5656
dependencies {
5757
...
58-
compile "com.github.stachu540:HiRezAPI:2.0"
58+
compile "com.github.stachu540:HiRezAPI:2.0.1"
5959
}
6060
...
6161
```
6262

6363
For starting using script check [Wiki page](https://github.com/stachu540/HiRezAPI/wiki/Example-Usage).
6464

6565
## Question and suggestions
66-
Any more questions or some suggestions changes are welcome. Don't be shy, just open your [Issues](https://github.com/stachu540/HiRezAPI/issues) if you have some problem. [Pull Request's](https://github.com/stachu540/HiRezAPI/pulls) and any other contribution are welcome.
66+
Any more questions or some suggestions changes are welcome. Don't be shy, just open your [Issues](https://github.com/stachu540/HiRezAPI/issues) if you have some problem. [Pull Request's](https://github.com/stachu540/HiRezAPI/pulls) and any other contribution are welcome.

0 commit comments

Comments
 (0)