Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Nov 5, 2023
2 parents 73ed71b + ce0a023 commit 7e3c98e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public MainWindowController(string[] args)
}
Aura.Active.SetConfig<Configuration>("config");
Configuration.Current.Saved += ConfigurationSaved;
AppInfo.Version = "2023.11.1-next";
AppInfo.Version = "2023.11.1";
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,7 +39,7 @@
<binary>org.nickvision.tagger</binary>
</provides>
<releases>
<release version="2023.11.1-next" date="2023-11-03">
<release version="2023.11.1" date="2023-11-05">
<description translatable="no">
<p>- Added the ability to specify ""/"" in a Tag to File Name format string to move files to a new directory when renaming files</p>
<p>- Tagger now has the ability to fix corrupted file right from within the app</p>
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.0"
#define MyAppVersion "2023.11.1"
#define MyAppPublisher "Nickvision"
#define MyAppURL "https://nickvision.org"
#define MyAppExeName "NickvisionTagger.WinUI.exe"
Expand Down

0 comments on commit 7e3c98e

Please sign in to comment.