Skip to content

Commit

Permalink
upgrade: bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericzha committed Feb 9, 2020
1 parent 091c09f commit 73076fb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "aion network rust implementation"
name = "aionr"
# NOTE Make sure to update util/version/Cargo.toml as well
version = "1.1.0"
version = "1.2.0"
license = "GPL-3.0"
authors = ["aion foundation <[email protected]>"]

Expand Down
3 changes: 2 additions & 1 deletion resources/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x100590",
"monetaryPolicyUpdate": "3346000",
"unityUpdate": "4721900"
"unityUpdate": "4721900",
"unityHybridSeedUpdate": "5371168"
},
"genesis": {
"seal": {
Expand Down
2 changes: 1 addition & 1 deletion util/version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[package]
name = "aion-version"
# NOTE: this value is used for Aion version string (via env CARGO_PKG_VERSION)
version = "1.1.0"
version = "1.2.0"
authors = ["Aion Foundation <[email protected]>"]
build = "build.rs"

Expand Down

0 comments on commit 73076fb

Please sign in to comment.