Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRustyPickle committed May 6, 2023
1 parent 80d8552 commit 126f0aa
Show file tree
Hide file tree
Showing 3 changed files with 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rex-tui"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["TheRustyPickle <rusty.pickle94@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/initial_page/version_checker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ struct Version {

/// Uses Github API to get the latest release version number to check if the current version matches with it.
pub fn check_version() -> Result<bool, reqwest::Error> {
let current_version = "v0.1.7".to_string();
let current_version = "v0.1.8".to_string();
static APP_USER_AGENT: &str = "Rex";

let client = reqwest::blocking::Client::builder()
Expand Down

0 comments on commit 126f0aa

Please sign in to comment.