We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e85f9dd + fc0ae6f commit 096cfa0Copy full SHA for 096cfa0
2 files changed
README.md
@@ -69,7 +69,7 @@ repositories {
69
Then add the required packages as dependencies. Please add dependencies locally.
70
```bash
71
dependencies {
72
- implementation group: 'io.github.tronprotocol', name: 'libp2p', version: '2.2.5'
+ implementation group: 'io.github.tronprotocol', name: 'libp2p', version: '2.2.6'
73
}
74
```
75
Or if you are using the jar files as your dependencies:
@@ -92,7 +92,7 @@ dependencies {
92
<dependency>
93
<groupId>io.github.tronprotocol</groupId>
94
<artifactId>libp2p</artifactId>
95
- <version>2.2.5</version>
+ <version>2.2.6</version>
96
</dependency>
97
98
build.gradle
@@ -1,5 +1,5 @@
1
group 'io.github.tronprotocol'
2
-version '2.2.5'
+version '2.2.6'
3
4
buildscript {
5
repositories {
0 commit comments