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 275d37b commit e56e537Copy full SHA for e56e537
README.md
@@ -37,14 +37,14 @@ This library is supported on Java 11 or later. It works on Android
37
38
Maven coordinates
39
(see
40
-[here](https://central.sonatype.com/artifact/org.nibor.autolink/autolink/0.11.0/overview)
+[here](https://central.sonatype.com/artifact/org.nibor.autolink/autolink/0.12.0/overview)
41
for other build systems):
42
43
```xml
44
<dependency>
45
<groupId>org.nibor.autolink</groupId>
46
<artifactId>autolink</artifactId>
47
- <version>0.11.0</version>
+ <version>0.12.0</version>
48
</dependency>
49
```
50
0 commit comments