Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Enn3Developer committed Oct 8, 2024
1 parent 6cd2d00 commit 09dc712
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 n_audio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "n_audio"
version = "1.8.2"
version = "1.9.0"
authors = ["Enn3Developer <arturpeshko39@gmail.com>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion n_player/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "n_player"
version = "1.8.2"
version = "1.9.0"
authors = ["Enn3Developer <arturpeshko39@gmail.com>"]
edition = "2021"

Expand Down
1 change: 1 addition & 0 deletions n_player/ui/app.slint
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ component TopPanel {

Button {
icon: @image-url("../assets/icons/settings.svg");
enabled: false;
}
}

Expand Down

0 comments on commit 09dc712

Please sign in to comment.