Skip to content

Commit

Permalink
update versions for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Feb 24, 2020
1 parent 9b353ec commit 6dcc324
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aloevera"
version = "0.1.0"
version = "0.2.0"
authors = ["Revcore Technologies Ltd."]
description = "Graphics Asset Pipeline for the Commander X16"
license = "Apache-2.0"
Expand All @@ -25,6 +25,6 @@ log = "0.4"
failure = "0.1"
failure_derive = "0.1"

aloevera_util = { path = "./util", version = "0.1.0" }
aloevera_proj = { path = "./proj", version = "0.1.0" }
aloevera_vera = { path = "./vera", version = "0.1.0" }
aloevera_util = { path = "./util", version = "0.2.0" }
aloevera_proj = { path = "./proj", version = "0.2.0" }
aloevera_vera = { path = "./vera", version = "0.2.0" }
6 changes: 3 additions & 3 deletions proj/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aloevera_proj"
version = "0.1.0"
version = "0.2.0"
authors = ["Revcore Technologies Ltd."]
description = "Aloevera project file definitions"
license = "Apache-2.0"
Expand All @@ -19,5 +19,5 @@ log = "0.4"
failure = "0.1"
failure_derive = "0.1"

aloevera_util = { path = "../util", version = "0.1.0" }
aloevera_vera = { path = "../vera", version = "0.1.0" }
aloevera_util = { path = "../util", version = "0.2.0" }
aloevera_vera = { path = "../vera", version = "0.2.0" }
2 changes: 1 addition & 1 deletion util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aloevera_util"
version = "0.1.0"
version = "0.2.0"
authors = ["Revcore Technologies Ltd."]
description = "Aloevera utils crate."
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions vera/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aloevera_vera"
version = "0.1.0"
version = "0.2.0"
authors = ["Revcore Technologies Ltd."]
description = "Aloevera VERA operations"
license = "Apache-2.0"
Expand All @@ -18,4 +18,4 @@ serde_derive = "1"
png = "0.15"
permutate = "0.3"

aloevera_util = { path = "../util", version = "0.1.0" }
aloevera_util = { path = "../util", version = "0.2.0" }

0 comments on commit 6dcc324

Please sign in to comment.