-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rehan Ali Rana
committed
Jun 11, 2020
1 parent
9b914f4
commit b4dc4f1
Showing
6 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|