Skip to content

Commit 0234dd7

Browse files
committed
Merge branch 'master' of github.com:dampcake/bencode
2 parents ee6a645 + c095be7 commit 0234dd7

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
@@ -23,13 +23,13 @@ http://dampcake.github.io/bencode
2323
<dependency>
2424
<groupId>com.dampcake</groupId>
2525
<artifactId>bencode</artifactId>
26-
<version>1.1.1</version>
26+
<version>1.2</version>
2727
</dependency>
2828
```
2929

3030
### Gradle
3131
```groovy
32-
compile 'com.dampcake:bencode:1.1.1'
32+
compile 'com.dampcake:bencode:1.2'
3333
```
3434

3535
### Examples

0 commit comments

Comments
 (0)