Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Peddicord committed Nov 7, 2019
1 parent e93185b commit 68bdae1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askalono"
version = "0.3.0"
version = "0.4.0"
edition = "2018"
description = "a library to detect the contents of license files"
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions cli/Cargo.lock

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

6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askalono-cli"
version = "0.3.0"
version = "0.4.0"
edition = "2018"
description = "a tool to detect the contents of license files"
license = "Apache-2.0"
Expand All @@ -15,7 +15,7 @@ include = [
]

[dependencies]
askalono = { version = "0.3.0", path = "../" }
askalono = { version = "0.4.0", path = "../" }
clap = "2.32.0"
env_logger = "0.7"
failure = "0.1.5"
Expand All @@ -30,7 +30,7 @@ structopt = "0.2.15"
difference = { version = "2.0.0", optional = true }

[build-dependencies]
askalono = { version = "0.3.0", path = "../" }
askalono = { version = "0.4.0", path = "../" }

[[bin]]
name = "askalono"
Expand Down

0 comments on commit 68bdae1

Please sign in to comment.