Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Feb 25, 2023
1 parent de6ecca commit 5dbfcdf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
15 changes: 12 additions & 3 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mekuteriya"
version = "0.1.2"
version = "0.1.4"
edition = "2021"
authors = ["Frectonz"]
license = "MIT"
Expand All @@ -13,5 +13,5 @@ readme = "../README.md"
[dependencies]
clap = { version = "4.0", features = ["derive"] }
colored = "2.0.0"
ethiopic-calendar = { path = "../lib" }
ethiopic-calendar = { version = "0.1.4" }
time = "0.3"
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethiopic-calendar"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ["Frectonz"]
license = "MIT"
Expand Down

0 comments on commit 5dbfcdf

Please sign in to comment.