Skip to content

Commit

Permalink
feat: v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pxseu committed Aug 3, 2022
1 parent 6e7da33 commit d599e29
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[package]
name = "hop-cli"
version = "0.1.12"
version = "0.1.13"
edition = "2021"
license = "MPL-2.0"
authors = ["Hop Inc."]
description = "Interact with Hop in your terminal"

[[bin]]
name = "hop"
path = "./src/main.rs"

[package.metadata.winres]
ProductName = "Hop CLI"
OriginalFilename = "hop.exe"
LegalCopyright = "© 2022 Hop Inc."
FileDescription = "Interact with Hop in your terminal"

[[bin]]
name = "hop"
path = "./src/main.rs"

[dependencies]
log = "0.4.17"
dirs = "4.0.0"
Expand Down
2 changes: 2 additions & 0 deletions scripts/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ fi

cargo bump $TAG

sleep 10

git add Cargo.*
git commit -m "feat: v$TAG" -S
git tag -a v$TAG -m v$TAG -s
Expand Down

0 comments on commit d599e29

Please sign in to comment.