Skip to content

Commit b665c03

Browse files
BabyhamstaBabyhamsta
authored andcommitted
- Updated version for push
1 parent d36d841 commit b665c03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

YoableWPF/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public MainWindow()
8181
// Check for updates from Github
8282
if (Properties.Settings.Default.CheckUpdatesOnLaunch)
8383
{
84-
var autoUpdater = new UpdateManager(this, overlayManager, "3.0.1"); // Current version
84+
var autoUpdater = new UpdateManager(this, overlayManager, "3.1.0"); // Current version
8585
autoUpdater.CheckForUpdatesAsync();
8686
}
8787
}

YoableWPF/StartupWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
Style="{StaticResource SubtitleText}"/>
146146
</StackPanel>
147147
</StackPanel>
148-
<TextBlock Text="Version 3.0.1"
148+
<TextBlock Text="Version 3.1.0"
149149
FontSize="11"
150150
Foreground="Gray"
151151
Margin="0,4,0,0"/>

0 commit comments

Comments
 (0)