We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9389ef9 commit 30c2c56Copy full SHA for 30c2c56
1 file changed
README.md
@@ -23,13 +23,13 @@ http://dampcake.github.io/bencode
23
<dependency>
24
<groupId>com.dampcake</groupId>
25
<artifactId>bencode</artifactId>
26
- <version>1.4.1</version>
+ <version>1.4.2</version>
27
</dependency>
28
```
29
30
### Gradle
31
```groovy
32
-compile 'com.dampcake:bencode:1.4.1'
+compile 'com.dampcake:bencode:1.4.2'
33
34
35
### Examples
0 commit comments