File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " hop-cli"
3- version = " 0.1.12 "
3+ version = " 0.1.13 "
44edition = " 2021"
55license = " MPL-2.0"
66authors = [" Hop Inc." ]
77description = " Interact with Hop in your terminal"
88
9- [[bin ]]
10- name = " hop"
11- path = " ./src/main.rs"
12-
139[package .metadata .winres ]
1410ProductName = " Hop CLI"
1511OriginalFilename = " hop.exe"
1612LegalCopyright = " © 2022 Hop Inc."
1713FileDescription = " Interact with Hop in your terminal"
1814
15+ [[bin ]]
16+ name = " hop"
17+ path = " ./src/main.rs"
18+
1919[dependencies ]
2020log = " 0.4.17"
2121dirs = " 4.0.0"
Original file line number Diff line number Diff line change 1616
1717cargo bump $TAG
1818
19+ sleep 10
20+
1921git add Cargo.*
2022git commit -m " feat: v$TAG " -S
2123git tag -a v$TAG -m v$TAG -s
You can’t perform that action at this time.
0 commit comments