Skip to content

Commit

Permalink
Merge pull request #212 from casper-network/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
meywood authored Jul 17, 2023
2 parents 3ec94da + 5deb35c commit 1afafbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This project implements the SDK to interact with a Casper Node. It wraps the Jso
Using gradle:

```gradle
implementation 'network.casper:casper-java-sdk:2.0.0'
implementation 'network.casper:casper-java-sdk:2.4.0'
```

Using maven:
Expand All @@ -30,7 +30,7 @@ Using maven:
<dependency>
<groupId>network.casper</groupId>
<artifactId>casper-java-sdk</artifactId>
<version>2.0.0</version>
<version>2.4.0</version>
</dependency>
```

Expand Down Expand Up @@ -206,4 +206,4 @@ eventService.consumeEvents(EventType.MAIN, EventTarget.POJO, 0L, new EventConsum
}
}
});
```
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'java'

group = 'network.casper'
// Version number update for release
version='2.3.0'
version='2.4.0'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down

0 comments on commit 1afafbd

Please sign in to comment.