Skip to content

Commit

Permalink
Bump v0.1.8 → v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeh committed Dec 7, 2020
1 parent cf7a6e1 commit ca55362
Show file tree
Hide file tree
Showing 3 changed files with 5 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 = "aocf"
version = "0.1.8"
version = "0.1.9"
authors = ["Ed Cragg <[email protected]>"]
edition = "2018"
license = "ISC"
Expand Down
6 changes: 2 additions & 4 deletions aocf_cli/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 aocf_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aocf_cli"
version = "0.1.8"
version = "0.1.9"
authors = ["Ed Cragg <[email protected]>"]
edition = "2018"
license = "ISC"
Expand All @@ -16,7 +16,7 @@ name = "aocf"
tempfile = "3.1.0"

[dependencies]
aocf = { path = "..", version = "0.1.8" }
aocf = { path = "..", version = "0.1.9" }
chrono = "0.4.19"
docopt = "1.1.0"
dirs = "3.0.1"
Expand Down

0 comments on commit ca55362

Please sign in to comment.