Skip to content

Commit

Permalink
Publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddiM8 committed Jun 13, 2020
1 parent ef44bd6 commit 7b6f271
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.

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 = "0.1.9"
version = "0.1.10"
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.1.8"
version = "0.1.9"
authors = ["PaddiM8"]
edition = "2018"
readme = "../README.md"
Expand All @@ -15,7 +15,7 @@ path = "src/main.rs"
name = "kalk"

[dependencies]
kalk = { path = "../kalk", version = "^0.1.9" }
kalk = { path = "../kalk", version = "^0.1.10" }
rustyline = "6.1.2"
ansi_term = "0.12"
regex = "1"
Expand Down

0 comments on commit 7b6f271

Please sign in to comment.