Skip to content

Commit 9a50cb1

Browse files
committed
Bump version to 2.5.2
1 parent d6a95bf commit 9a50cb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Download [the latest JAR](https://search.maven.org/search?q=g:foundation.icon%20
2222
<dependency>
2323
<groupId>foundation.icon</groupId>
2424
<artifactId>icon-sdk</artifactId>
25-
<version>2.5.1</version>
25+
<version>2.5.2</version>
2626
</dependency>
2727
```
2828

2929
or Gradle:
3030

3131
```groovy
3232
dependencies {
33-
implementation 'foundation.icon:icon-sdk:2.5.1'
33+
implementation 'foundation.icon:icon-sdk:2.5.2'
3434
}
3535
```
3636

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
GROUP=foundation.icon
18-
VERSION_NAME=2.5.1
18+
VERSION_NAME=2.5.2
1919

2020
BINTRAY_USER_ORG=icon
2121
BINTRAY_REPO=icon-sdk

0 commit comments

Comments
 (0)