Skip to content

Commit

Permalink
up to v1.1 from v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjyang committed Jul 24, 2020
1 parent ea0b437 commit 7043227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "github_update"
version = "0.0.1"
version = "0.1"
authors = ["T.J. Yang"]
edition = "2018"

Expand Down
6 changes: 3 additions & 3 deletions src/gh-selfupdate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ fn run() -> Result<(), Box<dyn ::std::error::Error>> {
.repo_name("rustgb_self_update")
.bin_name("ghupdate01")
.show_download_progress(true)
//.target_version_tag("v9.9.9")
.target_version_tag("0.1")
.show_output(false)
.target_version_tag("v0.1")
//.show_output(false)
.show_output(true)
.no_confirm(true)
//
// For private repos, you will need to provide a GitHub auth token
Expand Down

0 comments on commit 7043227

Please sign in to comment.