Skip to content

Commit 89ca4e6

Browse files
committed
chore: bump versions in readme
1 parent 7337aef commit 89ca4e6

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.3</version>
14+
<version>1.5.4</version>
1515
</dependency>
1616
```
1717

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

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

2828
Build:

0 commit comments

Comments
 (0)