Skip to content

Commit

Permalink
Bump v0.1.9 → v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeh committed Dec 7, 2020
1 parent c6158ca commit 1e7233b
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.9"
version = "0.1.10"
authors = ["Ed Cragg <ed@eipi.xyz>"]
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.9"
version = "0.1.10"
authors = ["Ed Cragg <ed@eipi.xyz>"]
edition = "2018"
license = "ISC"
Expand All @@ -16,7 +16,7 @@ name = "aocf"
tempfile = "3.1.0"

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

0 comments on commit 1e7233b

Please sign in to comment.