Skip to content

Commit d599e29

Browse files
committed
feat: v0.1.13
1 parent 6e7da33 commit d599e29

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[package]
22
name = "hop-cli"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
edition = "2021"
55
license = "MPL-2.0"
66
authors = ["Hop Inc."]
77
description = "Interact with Hop in your terminal"
88

9-
[[bin]]
10-
name = "hop"
11-
path = "./src/main.rs"
12-
139
[package.metadata.winres]
1410
ProductName = "Hop CLI"
1511
OriginalFilename = "hop.exe"
1612
LegalCopyright = "© 2022 Hop Inc."
1713
FileDescription = "Interact with Hop in your terminal"
1814

15+
[[bin]]
16+
name = "hop"
17+
path = "./src/main.rs"
18+
1919
[dependencies]
2020
log = "0.4.17"
2121
dirs = "4.0.0"

scripts/bump.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ fi
1616

1717
cargo bump $TAG
1818

19+
sleep 10
20+
1921
git add Cargo.*
2022
git commit -m "feat: v$TAG" -S
2123
git tag -a v$TAG -m v$TAG -s

0 commit comments

Comments
 (0)