Skip to content

Commit

Permalink
solution: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Aug 17, 2020
1 parent b607b6a commit 95b5c7b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= PolkaJ - Polkadot Java Client
:lib-version: 0.2.3
:lib-version-dev: 0.3.0-SNAPSHOT
:lib-version: 0.3.0
:lib-version-dev: 0.4.0-SNAPSHOT

image:https://github.com/emeraldpay/polkaj/workflows/Tests/badge.svg["Unit Tests"]
image:https://codecov.io/gh/emeraldpay/polkaj/branch/master/graph/badge.svg["Coverage",link="https://codecov.io/gh/emeraldpay/polkaj"]
Expand All @@ -19,14 +19,14 @@ WARNING: UNDER DEVELOPMENT

- `io.emeraldpay.polkaj:polkaj-scale:{lib-version}` - SCALE codec implementation
- `io.emeraldpay.polkaj:polkaj-scale-types:{lib-version}` - SCALE mapping for standard Polkadot types
- `io.emeraldpay.polkaj:polkaj-schnorrkel:{lib-version-dev}` - Schnorrkel for Java
- `io.emeraldpay.polkaj:polkaj-schnorrkel:{lib-version}` - Schnorrkel for Java
- `io.emeraldpay.polkaj:polkaj-ss58:{lib-version}` - SS58 codec to encode/decode addresses and pubkeys
- `io.emeraldpay.polkaj:polkaj-common-types:{lib-version}` - common types (Address, DotAmount, Hash256, etc)
- `io.emeraldpay.polkaj:polkaj-json-types:{lib-version}` - JSON RPC mapping to Java classes
- `io.emeraldpay.polkaj:polkaj-api-base:{lib-version}` - RPC base classes
- `io.emeraldpay.polkaj:polkaj-api-http:{lib-version}` - JSON RPC HTTP client
- `io.emeraldpay.polkaj:polkaj-api-ws:{lib-version}` - JSON RPC WebSocket client
- `io.emeraldpay.polkaj:polkaj-tx:{lib-version-dev}` - Storage access and Extrinsics
- `io.emeraldpay.polkaj:polkaj-tx:{lib-version}` - Storage access and Extrinsics

== Usage

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'jacoco'

allprojects {
group = 'io.emeraldpay.polkaj'
version = "0.3.0-SNAPSHOT"
version = "0.3.0"

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion docs/03-rpc-client.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= RPC Client
:lib-version: 0.2.0
:lib-version: 0.3.0
:examples-dir: ../examples
:examples-encoding: {examples-dir}/rpc/src/main/java

Expand Down
2 changes: 1 addition & 1 deletion examples/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Common config for Polkaj Examples
//
ext {
polkajVersion = "0.3.0-SNAPSHOT"
polkajVersion = "0.3.0"
}

repositories {
Expand Down

0 comments on commit 95b5c7b

Please sign in to comment.