Skip to content

Commit

Permalink
Bump version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sink772 committed Nov 2, 2023
1 parent f593a09 commit acce10b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Download [the latest JAR](https://search.maven.org/search?q=g:foundation.icon%20
<dependency>
<groupId>foundation.icon</groupId>
<artifactId>icon-sdk</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>
```

or Gradle:

```groovy
dependencies {
implementation 'foundation.icon:icon-sdk:2.5.0'
implementation 'foundation.icon:icon-sdk:2.5.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

GROUP=foundation.icon
VERSION_NAME=2.5.0
VERSION_NAME=2.5.1

BINTRAY_USER_ORG=icon
BINTRAY_REPO=icon-sdk
Expand Down

0 comments on commit acce10b

Please sign in to comment.