We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b63cd commit b0bee72Copy full SHA for b0bee72
README.md
@@ -12,14 +12,14 @@ This library requires Java 7. It works on Android (minimum API level 15). It has
12
13
Maven coordinates
14
(see
15
-[here](https://search.maven.org/#artifactdetails|org.nibor.autolink|autolink|0.5.0|jar)
+[here](https://search.maven.org/#artifactdetails|org.nibor.autolink|autolink|0.6.0|jar)
16
for other build systems):
17
18
```xml
19
<dependency>
20
<groupId>org.nibor.autolink</groupId>
21
<artifactId>autolink</artifactId>
22
- <version>0.5.0</version>
+ <version>0.6.0</version>
23
</dependency>
24
```
25
0 commit comments