Skip to content

Commit

Permalink
chore : bump version to 1.2.0 (#789)
Browse files Browse the repository at this point in the history
* add new function to balances precompile

* chore : bump version to 1.2.0

* fix merge

* fix merge
  • Loading branch information
1xstj authored Oct 10, 2024
1 parent 53870dc commit 38706ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "2.0.0"
version = "1.2.0"
authors = ["Webb Technologies Inc."]
edition = "2021"
license = "Unlicense"
Expand Down
2 changes: 1 addition & 1 deletion runtime/mainnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("tangle"),
impl_name: create_runtime_str!("tangle"),
authoring_version: 1,
spec_version: 2000, // v2.0.0
spec_version: 1200, // v1.2.0
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion runtime/testnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("tangle-testnet"),
impl_name: create_runtime_str!("tangle-testnet"),
authoring_version: 1,
spec_version: 2000, // v2.0.0
spec_version: 1200, // v1.2.0
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 38706ce

Please sign in to comment.