Skip to content

Commit

Permalink
Bump crates version to 0.1.9 (#228)
Browse files Browse the repository at this point in the history
* Bump crates version to 0.1.9

* Update Cargo.lock
  • Loading branch information
F3Joule authored Aug 10, 2023
1 parent ee5b319 commit fdacae0
Show file tree
Hide file tree
Showing 39 changed files with 62 additions and 62 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'integration-tests'
version = '0.1.8'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2021'
license = 'GPL-3.0-only'
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subsocial-collator"
version = "0.1.8"
version = "0.1.9"
build = "build.rs"
authors = ["DappForce <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/account-follows/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'pallet-account-follows'
version = '0.1.8'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2021'
license = 'GPL-3.0-only'
Expand Down
2 changes: 1 addition & 1 deletion pallets/account-follows/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'profile-follows-rpc'
version = '0.7.3'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2018'
license = 'GPL-3.0-only'
Expand Down
2 changes: 1 addition & 1 deletion pallets/account-follows/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'profile-follows-runtime-api'
version = '0.7.3'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2018'
license = 'GPL-3.0-only'
Expand Down
2 changes: 1 addition & 1 deletion pallets/domains/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-domains"
version = "0.1.8"
version = "0.1.9"
authors = ["DappForce <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion pallets/domains/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-domains-rpc"
version = "0.1.8"
version = "0.1.9"
authors = ["DappForce <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion pallets/domains/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-domains-rpc-runtime-api"
version = "0.1.8"
version = "0.1.9"
authors = ["DappForce <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion pallets/energy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-energy"
version = "0.1.8"
version = "0.1.9"
authors = ["DappForce <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion pallets/free-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-free-proxy"
version = "0.1.8"
version = "0.1.9"
authors = ["DappForce <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion pallets/permissions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'pallet-permissions'
version = '0.1.8'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2021'
license = 'GPL-3.0-only'
Expand Down
2 changes: 1 addition & 1 deletion pallets/post-follows/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'pallet-post-follows'
version = '0.1.8'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2021'
license = 'GPL-3.0-only'
Expand Down
2 changes: 1 addition & 1 deletion pallets/posts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'pallet-posts'
version = '0.1.8'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2021'
license = 'GPL-3.0-only'
Expand Down
2 changes: 1 addition & 1 deletion pallets/posts/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'posts-rpc'
version = '0.7.3'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2018'
license = 'GPL-3.0-only'
Expand Down
2 changes: 1 addition & 1 deletion pallets/posts/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'posts-runtime-api'
version = '0.7.3'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2018'
license = 'GPL-3.0-only'
Expand Down
2 changes: 1 addition & 1 deletion pallets/posts/tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'pallet-posts-tests'
version = '0.1.8'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2021'
license = 'GPL-3.0-only'
Expand Down
2 changes: 1 addition & 1 deletion pallets/profiles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'pallet-profiles'
version = '0.1.8'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2021'
license = 'GPL-3.0-only'
Expand Down
2 changes: 1 addition & 1 deletion pallets/profiles/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'profiles-rpc'
version = '0.7.3'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2018'
license = 'GPL-3.0-only'
Expand Down
2 changes: 1 addition & 1 deletion pallets/profiles/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'profiles-runtime-api'
version = '0.7.3'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2018'
license = 'GPL-3.0-only'
Expand Down
2 changes: 1 addition & 1 deletion pallets/reactions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'pallet-reactions'
version = '0.1.8'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2021'
license = 'GPL-3.0-only'
Expand Down
2 changes: 1 addition & 1 deletion pallets/reactions/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'reactions-rpc'
version = '0.7.3'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2018'
license = 'GPL-3.0-only'
Expand Down
2 changes: 1 addition & 1 deletion pallets/reactions/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'reactions-runtime-api'
version = '0.7.3'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2018'
license = 'GPL-3.0-only'
Expand Down
2 changes: 1 addition & 1 deletion pallets/reactions/tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'pallet-reactions-tests'
version = '0.1.8'
version = '0.1.9'
authors = ['DappForce <[email protected]>']
edition = '2021'
license = 'GPL-3.0-only'
Expand Down
Loading

0 comments on commit fdacae0

Please sign in to comment.