Skip to content

Commit

Permalink
Merge pull request #213 from d702e20/release-version-bump
Browse files Browse the repository at this point in the history
bump version of engine and cli for release
  • Loading branch information
falkecarlsen authored Aug 9, 2023
2 parents 0361503 + 6cfd751 commit 85f5554
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cgaal-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cgaal"
version = "0.1.0"
version = "1.0.0"
authors = [
"d702e20 <[email protected]>",
"d802f21 <[email protected]>",
Expand All @@ -26,4 +26,4 @@ tracing-subscriber = "0.2.17"
serde_json = "1.0.83"
regex = { version = "1", features = ["unicode-case"] }
humantime = "2.1.0"
cgaal-engine = { path = "../cgaal-engine", version = "0.1.0" }
cgaal-engine = { path = "../cgaal-engine", version = "1.0.0" }
2 changes: 1 addition & 1 deletion cgaal-engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cgaal-engine"
version = "0.1.0"
version = "1.0.0"
authors = [
"Asger Weirsøe <[email protected]>",
"Falke Carlsen <[email protected]>",
Expand Down

0 comments on commit 85f5554

Please sign in to comment.