Skip to content

Commit 75897c8

Browse files
committed
docs: update version refs in readme
1 parent 36a7dc9 commit 75897c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ Maven
1111
<dependency>
1212
<groupId>com.github.ua-parser</groupId>
1313
<artifactId>uap-java</artifactId>
14-
<version>1.5.4</version>
14+
<version>1.6.0</version>
1515
</dependency>
1616
```
1717

1818
Gradle (Kotlin)
1919
```gradle
20-
implementation("com.github.ua-parser:uap-java:1.5.4")
20+
implementation("com.github.ua-parser:uap-java:1.6.0")
2121
```
2222

2323
SBT
2424
```sbt
25-
"com.github.ua-parser" % "uap-java" % "1.5.4"
25+
"com.github.ua-parser" % "uap-java" % "1.6.0"
2626
```
2727

2828
Build:

0 commit comments

Comments
 (0)