Skip to content

Commit 13f22d4

Browse files
authored
Update README.md
1 parent f7b30a7 commit 13f22d4

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.2.2</version>
26+
<version>1.3</version>
2727
</dependency>
2828
```
2929

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

3535
### Examples

0 commit comments

Comments
 (0)