Skip to content

Commit a5ae72e

Browse files
committed
Merge branch 'master' of github.com:jiecao-fm/hashids-java
2 parents 995472c + e418863 commit a5ae72e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Hashids.java [![aaa](http://img.shields.io/badge/hashids--java-1.0.0-ff69b4.svg)](https://jitpack.io/#jiecao-fm/hashids-java) [![Stories in Ready](https://badge.waffle.io/jiecao-fm/hashids-java.png?label=ready&title=Ready)](https://waffle.io/jiecao-fm/hashids-java) [![Build Status](https://drone.io/github.com/jiecao-fm/hashids-java/status.png)](https://drone.io/github.com/jiecao-fm/hashids-java/latest)
1+
# Hashids.java [![Version](http://img.shields.io/badge/hashids--java-1.0.2-ff69b4.svg)](https://jitpack.io/#jiecao-fm/hashids-java) [![Stories in Ready](https://badge.waffle.io/jiecao-fm/hashids-java.png?label=ready&title=Ready)](https://waffle.io/jiecao-fm/hashids-java) [![Build Status](https://travis-ci.org/jiecao-fm/hashids-java.svg?branch=master)](https://travis-ci.org/jiecao-fm/hashids-java)
22

33
A small Java class to generate YouTube-like hashes from one or many numbers.
44

@@ -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.1</version>
35+
<version>1.0.2</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.1'
42+
compile 'org.hashids:hashids:1.0.2'
4343
```
4444

4545
#### Import the package

0 commit comments

Comments
 (0)