From ac165fff70f2dcec1643e2abc53c0ff9f888a1c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Poblaci=C3=B3n=20Criado?= <13998309+davidpob99@users.noreply.github.com> Date: Fri, 2 Feb 2024 00:13:07 +0100 Subject: [PATCH] v2.1.0 --- .github/workflows/ci.yml | 1 - Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3664b6..4acc26c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,5 +134,4 @@ jobs: with: draft: true files: "nasa-wallpaper*" - body_path: Changes.md if: matrix.toolchain == 'stable' && startsWith( github.ref, 'refs/tags/v' ) diff --git a/Cargo.lock b/Cargo.lock index 53634fa..d749735 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -636,7 +636,7 @@ dependencies = [ [[package]] name = "nasa-wallpaper" -version = "2.0.0" +version = "2.1.0" dependencies = [ "chrono", "chrono-tz", diff --git a/Cargo.toml b/Cargo.toml index 13b9d81..2ade0ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nasa-wallpaper" description = "Change your desktop background with a NASA image" -version = "2.0.0" +version = "2.1.0" authors = ["David PoblaciĆ³n Criado "] edition = "2021" license = "Apache-2.0" diff --git a/src/main.rs b/src/main.rs index b7f94ca..3912050 100644 --- a/src/main.rs +++ b/src/main.rs @@ -50,7 +50,7 @@ const LICENSE_TEXT: &str = " limitations under the License."; const API_KEY: &str = "DEMO_KEY"; -const VERSION: &str = "2.0.0+"; +const VERSION: &str = "2.1.0"; const MSG_DONE: &str = "Done"; const MSG_CHANGING: &str = "Changing wallpaper...";