Skip to content

Commit

Permalink
bump crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jan 12, 2025
1 parent 9e307fb commit 5d4d7a8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ members = [
# local pin
encointer-ceremonies-assignment = { path = "ceremonies/assignment", default-features = false, version = "14.1.0" }
encointer-meetup-validation = { path = "ceremonies/meetup-validation", default-features = false, version = "14.1.0" }
encointer-primitives = { path = "primitives", default-features = false, features = ["serde_derive"], version = "14.3.0" }
encointer-primitives = { path = "primitives", default-features = false, features = ["serde_derive"], version = "14.4.0" }
encointer-rpc = { path = "rpc", version = "14.1.0" }
ep-core = { path = "primitives/core", default-features = false, version = "14.0.0" }
pallet-encointer-balances = { path = "balances", default-features = false, version = "14.1.0" }
pallet-encointer-balances = { path = "balances", default-features = false, version = "14.1.1" }
pallet-encointer-ceremonies = { path = "ceremonies", default-features = false, version = "14.1.0" }
pallet-encointer-communities = { path = "communities", default-features = false, version = "14.1.0" }
pallet-encointer-reputation-commitments = { path = "reputation-commitments", default-features = false, version = "14.1.0" }
pallet-encointer-scheduler = { path = "scheduler", default-features = false, version = "14.1.0" }
pallet-encointer-treasuries = { path = "treasuries", default-features = false, version = "14.3.0" }
pallet-encointer-treasuries = { path = "treasuries", default-features = false, version = "14.4.0" }
test-utils = { path = "test-utils" }
# rpc apis
encointer-balances-tx-payment-rpc-runtime-api = { path = "balances-tx-payment/rpc/runtime-api", version = "14.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion balances/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-encointer-balances"
version = "14.1.0"
version = "14.1.1"
authors = ["Encointer Association <[email protected]>"]
edition = "2021"
description = "Balances pallet for the Encointer blockchain runtime"
Expand Down
2 changes: 1 addition & 1 deletion democracy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-encointer-democracy"
version = "14.3.2"
version = "14.4.0"
authors = ["Encointer Association <[email protected]>"]
edition = "2021"
description = "Democracy pallet for the Encointer blockchain runtime"
Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "encointer-primitives"
version = "14.3.0"
version = "14.4.0"
authors = ["Encointer Association <[email protected]>"]
edition = "2021"
description = "Primitives for the Encointer blockchain runtime"
Expand Down
2 changes: 1 addition & 1 deletion treasuries/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-encointer-treasuries"
version = "14.3.0"
version = "14.4.0"
authors = ["Encointer Association <[email protected]>"]
edition = "2021"
description = "Treasuries pallet for the Encointer blockchain runtime"
Expand Down

0 comments on commit 5d4d7a8

Please sign in to comment.