From b4dc4f1c8329969685bade8d308c7766f562ac7e Mon Sep 17 00:00:00 2001 From: Rehan Ali Rana Date: Thu, 11 Jun 2020 19:54:01 -0400 Subject: [PATCH] changed version number to 1.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/errors.rs | 2 +- src/lib.rs | 2 +- src/main.rs | 4 ++-- src/time_track.rs | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e5de009..580a90e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ dependencies = [ [[package]] name = "dyn-wall-rs" -version = "1.1.0" +version = "1.1.1" dependencies = [ "alphanumeric-sort", "chrono", diff --git a/Cargo.toml b/Cargo.toml index fa2b7f9..580603b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/src/errors.rs b/src/errors.rs index 09e428a..60fbba2 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -1,5 +1,5 @@ /* - dyn-wall-rs 1.1.0 + dyn-wall-rs 1.1.1 Rehan Rana 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 diff --git a/src/lib.rs b/src/lib.rs index f9f58a4..0167e06 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ /* - dyn-wall-rs 1.1.0 + dyn-wall-rs 1.1.1 Rehan Rana 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 diff --git a/src/main.rs b/src/main.rs index 403422c..7068ce8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,5 @@ /* - dyn-wall-rs 1.1.0 + dyn-wall-rs 1.1.1 Rehan Rana 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 ") .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) diff --git a/src/time_track.rs b/src/time_track.rs index 096ca91..c71d6aa 100644 --- a/src/time_track.rs +++ b/src/time_track.rs @@ -1,5 +1,5 @@ /* - dyn-wall-rs 1.1.0 + dyn-wall-rs 1.1.1 Rehan Rana 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