From bc8f5a6b51a39e12516ddbff052d2c03ad27c4ef Mon Sep 17 00:00:00 2001 From: jiangyuanshu <317787106@qq.com> Date: Mon, 10 Apr 2023 14:47:27 +0800 Subject: [PATCH] fix(net):update version to 1.1.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14e1130..89b7ebb 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ repositories { Then add the required packages as dependencies. Please add dependencies locally. ```bash dependencies { - compile group: 'io.github.tronprotocol', name: 'libp2p', version: '0.1.4' + compile group: 'io.github.tronprotocol', name: 'libp2p', version: '1.1.0' } ``` Or if you are using the jar files as your dependencies: @@ -62,7 +62,7 @@ dependencies { io.github.tronprotocol libp2p - 0.1.4 + 1.1.0 ```