Skip to content

Commit

Permalink
fix(net):update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
317787106 committed Apr 10, 2023
1 parent 5215c67 commit bc8f5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -62,7 +62,7 @@ dependencies {
<dependency>
<groupId>io.github.tronprotocol</groupId>
<artifactId>libp2p</artifactId>
<version>0.1.4</version>
<version>1.1.0</version>
</dependency>
```

Expand Down

0 comments on commit bc8f5a6

Please sign in to comment.