Skip to content

Commit

Permalink
Set version for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Feb 19, 2020
1 parent 84fb60c commit f77f011
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 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.0.1-alpha.1"
version = "0.1.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.0.1-alpha.1" }
aloevera_proj = { path = "./proj", version = "0.0.1-alpha.1" }
aloevera_vera = { path = "./vera", version = "0.0.1-alpha.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" }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ in the project directory.

Aloevera is a project put together over a few elapsed months in a very hobbyist capacity, and I'd expect that most development for the X16 will be purely spare-time stuff. Even so, it's hoped that other members of the X16 community will chip in as and when they can to help improve Aloevera and make it the best tool it can possibly be. Contributions and feedback are welcome and encouraged.

If you're looking for a place to contribute, the [issues](./issues) page should contain quite a few pointers as to where to start. Or if there's a feature you think should be included that isn't, feel free to open an issue or PR yourself.
If you're looking for a place to contribute, the [issues](https://github.com/yeastplume/aloevera/issues) page should contain quite a few pointers as to where to start. Or if there's a feature you think should be included that isn't, feel free to open an issue or PR yourself.

# Who am I?

Expand Down
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.0.1-alpha.1"
version = "0.1.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.0.1-alpha.1" }
aloevera_vera = { path = "../vera", version = "0.0.1-alpha.1" }
aloevera_util = { path = "../util", version = "0.1.0" }
aloevera_vera = { path = "../vera", version = "0.1.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.0.1-alpha.1"
version = "0.1.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.0.1-alpha.1"
version = "0.1.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.0.1-alpha.1" }
aloevera_util = { path = "../util", version = "0.1.0" }

0 comments on commit f77f011

Please sign in to comment.