Skip to content

Commit 345b4bc

Browse files
authored
Update README.md
1 parent 08f295e commit 345b4bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you are having questions or problems, you should:
6868

6969
- **Review your code**. Make absolutely sure that everything is correct on your side.
7070
- Make sure you are using the **latest version** of the library. Check the [**release-section**](https://github.com/PhilJay/MPAndroidChart/releases).
71-
- Study the [**Documentation-Wiki**](https://github.com/PhilJay/MPAndroidChart/wiki) or the [javadocs](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.0.0/javadoc/)
71+
- Study the [**Documentation-Wiki**](https://github.com/PhilJay/MPAndroidChart/wiki) or the [javadocs](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.0.1/javadoc/)
7272
- Search or open questions on [**stackoverflow**](https://stackoverflow.com/search?q=mpandroidchart) with the `mpandroidchart` tag
7373
- Search [**known issues**](https://github.com/PhilJay/MPAndroidChart/issues) for your problem (open and closed)
7474
- Create new issues (please :fire: **search known issues before** :fire:, do not create duplicate issues)
@@ -117,7 +117,7 @@ allprojects {
117117

118118
```gradle
119119
dependencies {
120-
compile 'com.github.PhilJay:MPAndroidChart:v3.0.0'
120+
compile 'com.github.PhilJay:MPAndroidChart:v3.0.1'
121121
}
122122
```
123123

@@ -136,7 +136,7 @@ dependencies {
136136
<dependency>
137137
<groupId>com.github.PhilJay</groupId>
138138
<artifactId>MPAndroidChart</artifactId>
139-
<version>v3.0.0</version>
139+
<version>v3.0.1</version>
140140
</dependency>
141141
```
142142

@@ -156,7 +156,7 @@ dependencies {
156156

157157
Documentation
158158
-----
159-
For a **detailed documentation** :notebook_with_decorative_cover:, please have a look at the [**Wiki**](https://github.com/PhilJay/MPAndroidChart/wiki) or the [javadocs](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.0.0/javadoc/).
159+
For a **detailed documentation** :notebook_with_decorative_cover:, please have a look at the [**Wiki**](https://github.com/PhilJay/MPAndroidChart/wiki) or the [javadocs](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.0.1/javadoc/).
160160

161161
Furthermore, you can also rely on the [**MPChartExample**](https://github.com/PhilJay/MPAndroidChart/tree/master/MPChartExample) folder and check out the example code in that project. The corresponding application to the example project is also [**available in the Google PlayStore**](https://play.google.com/store/apps/details?id=com.xxmassdeveloper.mpchartexample).
162162

0 commit comments

Comments
 (0)