Skip to content

Commit 7e3c98e

Browse files
committed
Merge branch 'next'
2 parents 73ed71b + ce0a023 commit 7e3c98e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NickvisionTagger.Shared/Controllers/MainWindowController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public MainWindowController(string[] args)
164164
}
165165
Aura.Active.SetConfig<Configuration>("config");
166166
Configuration.Current.Saved += ConfigurationSaved;
167-
AppInfo.Version = "2023.11.1-next";
167+
AppInfo.Version = "2023.11.1";
168168
AppInfo.ShortName = _("Tagger");
169169
AppInfo.Description = _("Tag your music");
170170
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Tagger");

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<binary>org.nickvision.tagger</binary>
4040
</provides>
4141
<releases>
42-
<release version="2023.11.1-next" date="2023-11-03">
42+
<release version="2023.11.1" date="2023-11-05">
4343
<description translatable="no">
4444
<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>
4545
<p>- Tagger now has the ability to fix corrupted file right from within the app</p>

NickvisionTagger.WinUI/Installer/InnoSetupScript.iss

+1-1
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.0"
6+
#define MyAppVersion "2023.11.1"
77
#define MyAppPublisher "Nickvision"
88
#define MyAppURL "https://nickvision.org"
99
#define MyAppExeName "NickvisionTagger.WinUI.exe"

0 commit comments

Comments
 (0)