Skip to content

Commit

Permalink
Update version number to 1.0.0-alpha and 1.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TangilJ committed Oct 21, 2018
1 parent 4cefe52 commit 924d0bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SaltieAutoReplays/ReplaysGUI/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<DockPanel>
<Label FontSize="12">©2018 calculated.gg</Label>
<Label FontSize="12" HorizontalAlignment="Right">0.9.0</Label>
<Label FontSize="12" HorizontalAlignment="Right">1.0.0-alpha</Label>
</DockPanel>

</StackPanel>
Expand Down
4 changes: 2 additions & 2 deletions SaltieAutoReplays/ReplaysGUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.0")]
[assembly: AssemblyFileVersion("0.9.0")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion Updater.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>0.9.0</version>
<version>1.0.0.0</version>
<url>none</url>
<changelog>https://github.com/SaltieRL/AutoReplays/releases</changelog>
<mandatory>false</mandatory>
Expand Down

0 comments on commit 924d0bc

Please sign in to comment.