Skip to content

Commit

Permalink
Version bump: 0.3.0 (alpha 2) (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
elegaanz authored Apr 19, 2019
1 parent b572a1b commit 3ad1f69
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Plume contributors"]
name = "plume"
version = "0.2.0"
version = "0.3.0"
repository = "https://github.com/Plume-org/Plume"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion plume-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-api"
version = "0.2.0"
version = "0.3.0"
authors = ["Plume contributors"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion plume-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-cli"
version = "0.2.0"
version = "0.3.0"
authors = ["Plume contributors"]

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion plume-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-common"
version = "0.2.0"
version = "0.3.0"
authors = ["Plume contributors"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion plume-front/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-front"
version = "0.1.0"
version = "0.3.0"
authors = ["Plume contributors"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion plume-models/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-models"
version = "0.2.0"
version = "0.3.0"
authors = ["Plume contributors"]

[dependencies]
Expand Down

0 comments on commit 3ad1f69

Please sign in to comment.