Skip to content

Commit cd561c9

Browse files
authored
- Update version numbers (#856)
- Adjust path to README.md - Fix instructions for publishing
1 parent b471a53 commit cd561c9

File tree

13 files changed

+24
-24
lines changed

13 files changed

+24
-24
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "substrate-api-client"
3-
version = "1.17.0"
3+
version = "1.18.0"
44
authors = ["Supercomputing Systems AG <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"
77
repository = "https://github.com/scs/substrate-api-client"
88
description = "Json-rpc client with helper functions compatible with any Substrate node"
9-
readme = "README.md"
9+
readme = "../README.md"
1010
keywords = ["json", "rpc", "polkadot", "api", "blockchain"]
1111
categories = ["no-std", "wasm"]
1212

compose-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-compose-macros"
3-
version = "1.17.0"
3+
version = "1.18.0"
44
authors = ["Supercomputing Systems AG <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If a new release is released, the following tasks need to be done:
1414
cargo publish -p ac-keystore
1515
cargo publish -p ac-node-api
1616
cargo publish -p ac-compose-macros
17-
cargo publish
17+
cargo publish -p substrate-api-client
1818
```
1919

2020
## Automatic Release Generation

examples/async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-examples-async"
3-
version = "1.17.0"
3+
version = "1.18.0"
44
license = "Apache-2.0"
55
edition = "2021"
66

examples/sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-examples-sync"
3-
version = "1.17.0"
3+
version = "1.18.0"
44
license = "Apache-2.0"
55
edition = "2021"
66

examples/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-examples-wasm"
3-
version = "1.17.0"
3+
version = "1.18.0"
44
license = "Apache-2.0"
55
edition = "2021"
66

keystore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-keystore"
3-
version = "1.17.0"
3+
version = "1.18.0"
44
authors = ["Supercomputing Systems AG <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

node-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-node-api"
3-
version = "1.17.0"
3+
version = "1.18.0"
44
authors = ["Supercomputing Systems AG <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-primitives"
3-
version = "1.17.0"
3+
version = "1.18.0"
44
authors = ["Supercomputing Systems AG <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)