Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoka committed Jan 10, 2025
1 parent 3671b68 commit d9eeba0
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 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 pallets/claims/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-claims"
version = "3.4.11"
version = "3.4.12"
description = "HydraDX Claims Module"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/dynamic-evm-fee/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-dynamic-evm-fee"
version = "1.0.4"
version = "1.0.5"
description = "Storing and mutating the dynamic fee for EVM transactions."
authors = ["GalacticCoucil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/ema-oracle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-ema-oracle"
version = "1.3.3"
version = "1.3.4"
description = "Exponential moving average oracle for AMM pools"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/evm-accounts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-evm-accounts"
version = "1.2.0"
version = "1.2.1"
authors = ["GalacticCouncil"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pallets/genesis-history/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-genesis-history"
version = "2.1.4"
version = "2.1.5"
description = "Keeping track of the past chain generations."
authors = ["GalacticCouncil <hydradx@galacticcouncil.io>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/xyk-liquidity-mining/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-xyk-liquidity-mining"
version = "1.4.0"
version = "1.4.1"
description = "Liquidity mining"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down

0 comments on commit d9eeba0

Please sign in to comment.