Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jun 21, 2020
1 parent 8838339 commit ee39679
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 30 deletions.
30 changes: 15 additions & 15 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
@@ -1,6 +1,6 @@
[package]
name = "laminar-chain"
version = "0.1.2"
version = "0.1.3"
authors = ["Laminar Developers <[email protected]>"]
build = "build.rs"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion inspect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "laminar-inspect"
version = "0.1.2"
version = "0.1.3"
authors = ["Laminar Developers <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion modules/liquidity-pools/base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-base-liquidity-pools"
version = "0.1.2"
version = "0.1.3"
authors = ["Laminar Developers <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion modules/liquidity-pools/margin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-margin-liquidity-pools"
version = "0.1.2"
version = "0.1.3"
authors = ["Laminar Developers <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion modules/liquidity-pools/synthetic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-synthetic-liquidity-pools"
version = "0.1.2"
version = "0.1.3"
authors = ["Laminar Developers <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion modules/margin-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-margin-protocol"
version = "0.1.2"
version = "0.1.3"
authors = ["Laminar Developers <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion modules/margin-protocol/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "margin-protocol-rpc"
version = "0.1.2"
version = "0.1.3"
authors = ["Laminar Developers <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion modules/margin-protocol/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "margin-protocol-rpc-runtime-api"
version = "0.1.2"
version = "0.1.3"
authors = ["Laminar Developers <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion modules/primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-primitives"
version = "0.1.2"
version = "0.1.3"
authors = ["Laminar Developers <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion modules/synthetic-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-synthetic-protocol"
version = "0.1.2"
version = "0.1.3"
authors = ["Laminar Developers <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion modules/synthetic-protocol/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "synthetic-protocol-rpc"
version = "0.1.2"
version = "0.1.3"
authors = ["Laminar Developers <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion modules/synthetic-protocol/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "synthetic-protocol-rpc-runtime-api"
version = "0.1.2"
version = "0.1.3"
authors = ["Laminar Developers <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion modules/synthetic-tokens/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-synthetic-tokens"
version = "0.1.2"
version = "0.1.3"
authors = ["Laminar Developers <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion modules/traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-traits"
version = "0.1.2"
version = "0.1.3"
authors = ["Laminar Developers <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "laminar-runtime"
version = "0.1.2"
version = "0.1.3"
authors = ["Laminar Developers <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit ee39679

Please sign in to comment.