Skip to content

Commit

Permalink
changed version number to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rehan Ali Rana committed Jun 11, 2020
1 parent 9b914f4 commit b4dc4f1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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 = "dyn-wall-rs"
version = "1.1.0"
version = "1.1.1"
authors = ["RAR27"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
dyn-wall-rs 1.1.0
dyn-wall-rs 1.1.1
Rehan Rana <[email protected]>
Helps user set a dynamic wallpaper and lockscreen. For more info and help, go to https://github.com/RAR27/dyn-wall-rs
Copyright (C) 2020 Rehan Rana
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
dyn-wall-rs 1.1.0
dyn-wall-rs 1.1.1
Rehan Rana <[email protected]>
Helps user set a dynamic wallpaper and lockscreen. For more info and help, go to https://github.com/RAR27/dyn-wall-rs
Copyright (C) 2020 Rehan Rana
Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
dyn-wall-rs 1.1.0
dyn-wall-rs 1.1.1
Rehan Rana <[email protected]>
Helps user set a dynamic wallpaper and lockscreen. For more info and help, go to https://github.com/RAR27/dyn-wall-rs
Copyright (C) 2020 Rehan Rana
Expand Down Expand Up @@ -33,7 +33,7 @@ pub mod time_track;
fn main() {
let mut program = Arc::new(None);
let matches = App::new("dyn-wall-rs")
.version("1.1.0")
.version("1.1.1")
.author("Rehan Rana <[email protected]>")
.about("Helps user set a dynamic wallpaper and lockscreen. Make sure the wallpapers are named in numerical order based on the order you want. For more info and help, go to https://github.com/RAR27/dyn-wall-rs")
.setting(AppSettings::ArgRequiredElseHelp)
Expand Down
2 changes: 1 addition & 1 deletion src/time_track.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
dyn-wall-rs 1.1.0
dyn-wall-rs 1.1.1
Rehan Rana <[email protected]>
Helps user set a dynamic wallpaper and lockscreen. For more info and help, go to https://github.com/RAR27/dyn-wall-rs
Copyright (C) 2020 Rehan Rana
Expand Down

0 comments on commit b4dc4f1

Please sign in to comment.