Skip to content

Commit

Permalink
发布 2.4.1 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
gmg137 committed Aug 10, 2024
1 parent 4fa8097 commit a01decf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netease-cloud-music-gtk4"
version = "2.4.0"
version = "2.4.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion com.gitee.gmg137.NeteaseCloudMusicGtk4.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{
"type" : "git",
"url" : "/~https://github.com/gmg137/netease-cloud-music-gtk.git",
"tag" : "2.4.0"
"tag" : "2.4.1"
}
],
"config-opts" : []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<releases>
<release version="2.4.1" date="2024-08-10" />
<release version="2.4.0" date="2024-05-22" />
</releases>
<name>NetEase Cloud Music Gtk4</name>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('netease-cloud-music-gtk4', 'rust',
version: '2.4.0',
version: '2.4.1',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2',
'werror=false',
Expand Down

0 comments on commit a01decf

Please sign in to comment.