Skip to content

Commit

Permalink
Bump v0.1.5 → v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeh committed Dec 2, 2020
1 parent 1a90846 commit 32a1020
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.5"
version = "0.1.6"
authors = ["Ed Cragg <[email protected]>"]
edition = "2018"
license = "ISC"
Expand Down
4 changes: 2 additions & 2 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.5"
version = "0.1.6"
authors = ["Ed Cragg <[email protected]>"]
edition = "2018"
license = "ISC"
Expand All @@ -16,7 +16,7 @@ name = "aocf"
tempfile = "3.1.0"

[dependencies]
aocf = { version = "0.1.5", path = ".." }
aocf = { version = "0.1.6", path = ".." }
chrono = "0.4.10"
docopt = "1.1.0"
dirs = "2.0.2"
Expand Down

0 comments on commit 32a1020

Please sign in to comment.