Skip to content

Commit b7033f6

Browse files
author
Burnt-o
committed
0.9.3
1 parent 26529cd commit b7033f6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

WpfApp3/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:local="clr-namespace:WpfApp3"
77
mc:Ignorable="d"
8-
Title="Halo Checkpoint Manager 0.9.2b" Height="593" Width="820"
8+
Title="Halo Checkpoint Manager 0.9.3" Height="593" Width="820"
99
MinHeight="593" MinWidth="555" Loaded="Window_Loaded">
1010

1111

WpfApp3/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ private class HCMConfig
125125

126126
private static class HCMGlobal
127127
{
128-
public static readonly string HCMversion = "0.9.2";
128+
public static readonly string HCMversion = "0.9.3";
129129

130130
public static readonly string LocalDir = System.IO.Path.GetDirectoryName(System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName);
131131
public static readonly string H1CoreSavePath = LocalDir + @"\saves\h1cs";

WpfApp3/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("0.9.2.0")]
55-
[assembly: AssemblyFileVersion("0.9.2.0")]
54+
[assembly: AssemblyVersion("0.9.3.0")]
55+
[assembly: AssemblyFileVersion("0.9.3.0")]

WpfApp3/offsets/Updates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"VersionString": [ "teststring"]
2+
"VersionString": [ "teststring", "0.9.0", "0.9.1", "0.9.2", "0.9.2b" ]
33

44
}

0 commit comments

Comments
 (0)