Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpob99 committed Feb 1, 2024
1 parent 714e0f5 commit ac165ff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' )
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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...";

Expand Down

0 comments on commit ac165ff

Please sign in to comment.