Skip to content

Commit d1327f1

Browse files
author
Rehan Ali Rana
committed
updated to version 1.1.2
1 parent cdb47b1 commit d1327f1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
dyn-wall-rs 1.1.1
2+
dyn-wall-rs 1.1.2
33
Rehan Rana <[email protected]>
44
Helps user set a dynamic wallpaper and lockscreen. For more info and help, go to https://github.com/RAR27/dyn-wall-rs
55
Copyright (C) 2020 Rehan Rana

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
dyn-wall-rs 1.1.1
2+
dyn-wall-rs 1.1.2
33
Rehan Rana <[email protected]>
44
Helps user set a dynamic wallpaper and lockscreen. For more info and help, go to https://github.com/RAR27/dyn-wall-rs
55
Copyright (C) 2020 Rehan Rana

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
dyn-wall-rs 1.1.1
2+
dyn-wall-rs 1.1.2
33
Rehan Rana <[email protected]>
44
Helps user set a dynamic wallpaper and lockscreen. For more info and help, go to https://github.com/RAR27/dyn-wall-rs
55
Copyright (C) 2020 Rehan Rana
@@ -33,7 +33,7 @@ pub mod time_track;
3333
fn main() {
3434
let mut program = Arc::new(None);
3535
let matches = App::new("dyn-wall-rs")
36-
.version("1.1.1")
36+
.version("1.1.2")
3737
.author("Rehan Rana <[email protected]>")
3838
.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")
3939
.setting(AppSettings::ArgRequiredElseHelp)

src/time_track.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
dyn-wall-rs 1.1.1
2+
dyn-wall-rs 1.1.2
33
Rehan Rana <[email protected]>
44
Helps user set a dynamic wallpaper and lockscreen. For more info and help, go to https://github.com/RAR27/dyn-wall-rs
55
Copyright (C) 2020 Rehan Rana

0 commit comments

Comments
 (0)