Skip to content

Commit 55ad719

Browse files
committed
V2024.6.0
1 parent e964bb6 commit 55ad719

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

NickvisionTagger.Shared/Controllers/MainWindowController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public MainWindowController(string[] args)
182182
SelectedMusicFiles = new Dictionary<int, MusicFile>();
183183
SelectedPropertyMap = new PropertyMap();
184184
//AppInfo
185-
AppInfo.Version = "2024.1.0-next";
185+
AppInfo.Version = "2024.6.0";
186186
AppInfo.ShortName = _("Tagger");
187187
AppInfo.Description = _("Tag your music");
188188
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Tagger");

NickvisionTagger.Shared/Linux/org.nickvision.tagger.metainfo.xml.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@
3939
<binary>org.nickvision.tagger</binary>
4040
</provides>
4141
<releases>
42-
<release version="2024.1.0-next" date="2024-01-01">
42+
<release version="2024.6.0" date="2024-06-01">
4343
<description translatable="no">
4444
<p>- Fixed an issue where album art was not deleted correctly on delete tag action</p>
4545
<p>- Fixed an issue where dragging and dropping a library was not working</p>
46+
<p>- Updated dependencies</p>
4647
<p>- Updated translations (Thanks everyone on Weblate!)</p>
4748
</description>
4849
</release>

NickvisionTagger.WinUI/Installer/InnoSetupScript.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define MyAppName "Nickvision Tagger"
55
#define MyAppShortName "Tagger"
6-
#define MyAppVersion "2023.11.3"
6+
#define MyAppVersion "2024.6.0"
77
#define MyAppPublisher "Nickvision"
88
#define MyAppURL "https://nickvision.org"
99
#define MyAppExeName "NickvisionTagger.WinUI.exe"

0 commit comments

Comments
 (0)