Skip to content

Commit

Permalink
V2024.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jun 4, 2024
1 parent e964bb6 commit 55ad719
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public MainWindowController(string[] args)
SelectedMusicFiles = new Dictionary<int, MusicFile>();
SelectedPropertyMap = new PropertyMap();
//AppInfo
AppInfo.Version = "2024.1.0-next";
AppInfo.Version = "2024.6.0";
AppInfo.ShortName = _("Tagger");
AppInfo.Description = _("Tag your music");
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Tagger");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@
<binary>org.nickvision.tagger</binary>
</provides>
<releases>
<release version="2024.1.0-next" date="2024-01-01">
<release version="2024.6.0" date="2024-06-01">
<description translatable="no">
<p>- Fixed an issue where album art was not deleted correctly on delete tag action</p>
<p>- Fixed an issue where dragging and dropping a library was not working</p>
<p>- Updated dependencies</p>
<p>- Updated translations (Thanks everyone on Weblate!)</p>
</description>
</release>
Expand Down
2 changes: 1 addition & 1 deletion NickvisionTagger.WinUI/Installer/InnoSetupScript.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "Nickvision Tagger"
#define MyAppShortName "Tagger"
#define MyAppVersion "2023.11.3"
#define MyAppVersion "2024.6.0"
#define MyAppPublisher "Nickvision"
#define MyAppURL "https://nickvision.org"
#define MyAppExeName "NickvisionTagger.WinUI.exe"
Expand Down

0 comments on commit 55ad719

Please sign in to comment.