Skip to content

Commit

Permalink
chore(release): prepare for v0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Gaoyang Zhang <[email protected]>
  • Loading branch information
blurgyy committed Oct 17, 2021
1 parent f2dcdec commit b9c0933
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.

4 changes: 2 additions & 2 deletions dt-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dt-cli"
description = "Syncing dotfiles and more"
version = "0.2.0"
version = "0.2.1"
edition = "2018"
authors = ["Gaoyang Zhang <[email protected]>"]
documentation = "https://dt-cli-docs.blurgy.xyz/"
Expand All @@ -15,7 +15,7 @@ keywords = ["dotfiles", "manager", "syncing", "config"]
[dependencies]
color-eyre = "0.5.11"
dirs = "4.0.0"
dt-core = { path = "../dt-core", version = "0.2.0" }
dt-core = { path = "../dt-core", version = "0.2.1" }
log = "0.4.14"
pretty_env_logger = "0.4.0"
structopt = "0.3.23"
Expand Down
2 changes: 1 addition & 1 deletion dt-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dt-core"
description = "Core utilities used by dt-cli"
version = "0.2.0"
version = "0.2.1"
edition = "2018"
authors = ["Gaoyang Zhang <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit b9c0933

Please sign in to comment.