Skip to content

Commit

Permalink
bump crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
apopiak committed Jan 27, 2023
1 parent fe5a771 commit 528e4fb
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 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/parachain-runtime-mock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "parachain-runtime-mock"
version = "0.1.7"
version = "0.1.8"
description = "A mock runtime for a parachain"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/duster/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pallet-duster"
version = "3.1.11"
version = "3.1.12"
description = "Account duster"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/lbp/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pallet-lbp"
version = "4.6.6"
version = "4.6.7"
description = "HydraDX Liquidity Bootstrapping Pool Pallet"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/marketplace/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pallet-marketplace"
version = "5.0.8"
version = "5.0.9"
authors = ["GalacticCoucil"]
description = "The marketplace for trading NFTs"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion pallets/xyk-liquidity-mining/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pallet-xyk-liquidity-mining"
version = "1.1.2"
version = "1.1.3"
description = "Liquidity mining"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "primitives"
version = "6.4.2"
version = "6.4.3"
authors = ["GalacticCouncil"]
edition = "2021"
repository = "https://github.com/galacticcouncil/Basilisk-node"
Expand Down
2 changes: 1 addition & 1 deletion runtime/basilisk/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "basilisk-runtime"
version = "90.0.0"
version = "91.0.0"
authors = ["GalacticCouncil"]
edition = "2021"
homepage = "https://github.com/galacticcouncil/Basilisk-node"
Expand Down
2 changes: 1 addition & 1 deletion runtime/basilisk/src/lib.rs
Expand Up @@ -112,7 +112,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("basilisk"),
impl_name: create_runtime_str!("basilisk"),
authoring_version: 1,
spec_version: 90,
spec_version: 91,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion runtime/common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "common-runtime"
version = "2.3.5"
version = "2.3.6"
authors = ["GalacticCouncil"]
edition = "2021"
homepage = "https://github.com/galacticcouncil/Basilisk-node"
Expand Down
2 changes: 1 addition & 1 deletion runtime/testing-basilisk/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "testing-basilisk-runtime"
version = "90.0.0"
version = "91.0.0"
authors = ["GalacticCouncil"]
edition = "2021"
homepage = "https://github.com/galacticcouncil/Basilisk-node"
Expand Down
2 changes: 1 addition & 1 deletion runtime/testing-basilisk/src/lib.rs
Expand Up @@ -130,7 +130,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("testing-basilisk"),
impl_name: create_runtime_str!("testing-basilisk"),
authoring_version: 1,
spec_version: 90,
spec_version: 91,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 528e4fb

Please sign in to comment.