Skip to content

Commit

Permalink
kalk 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddiM8 committed Jan 2, 2021
1 parent c0210d7 commit 9591241
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion kalk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kalk"
version = "1.4.0"
version = "1.4.1"
authors = ["PaddiM8"]
edition = "2018"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions kalk_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kalk_cli"
version = "0.3.10"
version = "0.3.11"
authors = ["PaddiM8"]
edition = "2018"
readme = "../README.md"
Expand All @@ -16,7 +16,7 @@ path = "src/main.rs"
name = "kalk"

[dependencies]
kalk = { path = "../kalk", version = "^1.4.0" }
kalk = { path = "../kalk", version = "^1.4.1" }
rustyline = "7.0.0"
ansi_term = "0.12.1"
regex = "1"
Expand Down

0 comments on commit 9591241

Please sign in to comment.