Skip to content

Commit b4dc4f1

Browse files
author
Rehan Ali Rana
committed
changed version number to 1.1.1
1 parent 9b914f4 commit b4dc4f1

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dyn-wall-rs"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = ["RAR27"]
55
edition = "2018"
66
license = "GPL-3.0-or-later"

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.0
2+
dyn-wall-rs 1.1.1
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.0
2+
dyn-wall-rs 1.1.1
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.0
2+
dyn-wall-rs 1.1.1
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.0")
36+
.version("1.1.1")
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.0
2+
dyn-wall-rs 1.1.1
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)