Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed May 17, 2024
1 parent a3dfa12 commit 177fa0e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Plan.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated by parity-publish v0.5.1
# command: parity-publish plan --patch pallet-xcm staging-xcm-executor
# command: parity-publish plan --patch snowbridge-pallet-ethereum-client

[options]

Expand Down Expand Up @@ -2326,8 +2326,8 @@ reason = "changed"

[[crate]]
name = "snowbridge-pallet-ethereum-client"
from = "0.1.0"
to = "0.1.1"
from = "0.1.1"
to = "0.1.2"
bump = "minor"
reason = "bumped by --patch"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "snowbridge-pallet-ethereum-client"
description = "Snowbridge Ethereum Client Pallet"
version = "0.1.1"
version = "0.1.2"
authors = ["Snowfork <contact@snowfork.com>"]
edition.workspace = true
repository.workspace = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ assets-common = { path = "../../../../../cumulus/parachains/runtimes/assets/comm
snowbridge-core = { path = "../../primitives/core", default-features = false, version = "0.1.1" }
snowbridge-beacon-primitives = { path = "../../primitives/beacon", default-features = false, version = "0.1.0" }
snowbridge-router-primitives = { path = "../../primitives/router", default-features = false, version = "0.1.0" }
snowbridge-pallet-ethereum-client = { path = "../../pallets/ethereum-client", default-features = false, version = "0.1.1" }
snowbridge-pallet-ethereum-client = { path = "../../pallets/ethereum-client", default-features = false, version = "0.1.2" }
snowbridge-pallet-ethereum-client-fixtures = { path = "../../pallets/ethereum-client/fixtures", default-features = false, version = "0.9.0" }
snowbridge-pallet-inbound-queue = { path = "../../pallets/inbound-queue", default-features = false, version = "0.1.1" }
snowbridge-pallet-outbound-queue = { path = "../../pallets/outbound-queue", default-features = false, version = "0.1.1" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ snowbridge-beacon-primitives = { path = "../../../../../bridges/snowbridge/parac
snowbridge-pallet-system = { path = "../../../../../bridges/snowbridge/parachain/pallets/system", default-features = false, version = "0.1.1" }
snowbridge-system-runtime-api = { path = "../../../../../bridges/snowbridge/parachain/pallets/system/runtime-api", default-features = false, version = "0.1.0" }
snowbridge-core = { path = "../../../../../bridges/snowbridge/parachain/primitives/core", default-features = false, version = "0.1.1" }
snowbridge-pallet-ethereum-client = { path = "../../../../../bridges/snowbridge/parachain/pallets/ethereum-client", default-features = false, version = "0.1.1" }
snowbridge-pallet-ethereum-client = { path = "../../../../../bridges/snowbridge/parachain/pallets/ethereum-client", default-features = false, version = "0.1.2" }
snowbridge-pallet-inbound-queue = { path = "../../../../../bridges/snowbridge/parachain/pallets/inbound-queue", default-features = false, version = "0.1.1" }
snowbridge-pallet-outbound-queue = { path = "../../../../../bridges/snowbridge/parachain/pallets/outbound-queue", default-features = false, version = "0.1.1" }
snowbridge-outbound-queue-runtime-api = { path = "../../../../../bridges/snowbridge/parachain/pallets/outbound-queue/runtime-api", default-features = false, version = "0.1.1" }
Expand Down

0 comments on commit 177fa0e

Please sign in to comment.