Skip to content

Commit 5cf061d

Browse files
author
Rehan Ali Rana
committed
Updated version number
1 parent 371338e commit 5cf061d

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.0.1"
3+
version = "1.1.0"
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.0
2+
dyn-wall-rs 1.1.0
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.0
2+
dyn-wall-rs 1.1.0
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.0
2+
dyn-wall-rs 1.1.0
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
@@ -32,7 +32,7 @@ pub mod time_track;
3232
fn main() {
3333
let mut program = Arc::new(None);
3434
let matches = App::new("dyn-wall-rs")
35-
.version("1.0.1")
35+
.version("1.1.0")
3636
.author("Rehan Rana <[email protected]>")
3737
.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")
3838
.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.0
2+
dyn-wall-rs 1.1.0
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)