Skip to content

Commit

Permalink
Fix bin name
Browse files Browse the repository at this point in the history
  • Loading branch information
kogai committed May 25, 2018
1 parent 0f9727b commit 7876e20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "trs"
version = "0.5.0"
version = "0.5.1"
authors = ["shinichi kogai <[email protected]>"]
categories = ["command-line-utilities"]

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

[[bin]]
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ clean:
.PHONY: release
release:
git tag -af "v${VERSION}" -m ""
git push
git push --tags

.PHONY: perf.data
Expand Down

0 comments on commit 7876e20

Please sign in to comment.