Skip to content

Commit

Permalink
fix version output for 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed May 19, 2020
1 parent e401d46 commit f38cb3b
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.2.1"
version = "0.2.2"
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.2.1" }
aloevera_proj = { path = "./proj", version = "0.2.1" }
aloevera_vera = { path = "./vera", version = "0.2.1" }
aloevera_util = { path = "./util", version = "0.2.2" }
aloevera_proj = { path = "./proj", version = "0.2.2" }
aloevera_vera = { path = "./vera", version = "0.2.2" }
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.2.1"
version = "0.2.2"
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.2.1" }
aloevera_vera = { path = "../vera", version = "0.2.1" }
aloevera_util = { path = "../util", version = "0.2.2" }
aloevera_vera = { path = "../vera", version = "0.2.2" }
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.2.1"
version = "0.2.2"
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.2.1"
version = "0.2.2"
authors = ["Revcore Technologies Ltd."]
description = "Aloevera VERA operations"
license = "Apache-2.0"
Expand All @@ -17,4 +17,4 @@ serde = "1"
serde_derive = "1"
png = "0.15"
permutate = "0.3"
aloevera_util = { path = "../util", version = "0.2.1" }
aloevera_util = { path = "../util", version = "0.2.2" }

0 comments on commit f38cb3b

Please sign in to comment.