Skip to content

Commit 39ed265

Browse files
authored
Update README.md
1 parent 977c36c commit 39ed265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ hashids is available in Maven Central. If you are using Maven, add the following
3232
<dependency>
3333
<groupId>org.hashids</groupId>
3434
<artifactId>hashids</artifactId>
35-
<version>1.0.2</version>
35+
<version>1.0.3</version>
3636
</dependency>
3737
```
3838

3939
Alternatively, if you use gradle or are on android, add the following to your app's `build.gradle` file under dependencies:
4040

4141
```
42-
compile 'org.hashids:hashids:1.0.2'
42+
compile 'org.hashids:hashids:1.0.3'
4343
```
4444

4545
#### Import the package

0 commit comments

Comments
 (0)