Skip to content

Commit

Permalink
Updated version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Amjad50 committed Jan 29, 2024
1 parent d3155fe commit 2a6bc1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trapezoid"
version = "0.1.1"
version = "0.1.2"
authors = ["Amjad Alsharafi <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand All @@ -16,7 +16,7 @@ default = ["debugger"]
debugger = ["trapezoid-core/debugger", "dep:rustyline"]

[dependencies]
trapezoid-core = { path = "./trapezoid-core", version = "0.1.1" }
trapezoid-core = { path = "./trapezoid-core", version = "0.1.2" }
env_logger = { version = "0.11", default-features = false, features = ["auto-color"] }
log = "0.4"
clap = { version = "4.2", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion trapezoid-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trapezoid-core"
version = "0.1.1"
version = "0.1.2"
authors = ["Amjad Alsharafi <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit 2a6bc1f

Please sign in to comment.