1 parent ec90970 commit 30beff5Copy full SHA for 30beff5
2 files changed
NoraBar/ViewModels/MainViewModel.cs
@@ -173,7 +173,7 @@ public string CurrentPage
173
set => SetProperty(ref _currentPage, value);
174
}
175
176
- public string CurrentVersion => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version?.ToString(3) ?? "1.0.0";
+ public string CurrentVersion => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version?.ToString(3) ?? "1.0.1";
177
178
public string SettingsWindowTitle => T(LocalizationKey.WindowTitle);
179
public string AppSubtitleText => T(LocalizationKey.AppSubtitle);
setup.iss
@@ -1,7 +1,7 @@
1
[Setup]
2
AppId={{9F588B98-96BC-4A2D-A58F-3A9B266474CD}
3
AppName=NoraBar
4
-AppVersion=1.0.0
+AppVersion=1.0.1
5
AppPublisher=mtmtyu
6
DefaultDirName={autopf}\NoraBar
7
DefaultGroupName=NoraBar
0 commit comments