Skip to content

Commit

Permalink
2.2.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
SoapyHamHocks committed Jul 3, 2014
1 parent 2c1cc44 commit fb710fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Metro for Steam Settings/MainWindow.xaml.vb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Class MainWindow
Dim colorR As String
Dim colorG As String
Dim colorB As String
Dim appVersion As String = "2.2.0"
Dim appVersion As String = "2.2.1"
Dim lastUsedColor = System.Drawing.Color.FromArgb(69, 181, 197)

Dim steamPath As String = ""
Expand Down Expand Up @@ -205,7 +205,7 @@ Class MainWindow
End Function

Private Sub uninit()
If String.IsNullOrEmpty(steamPath) Then
If String.IsNullOrEmpty(steamPath) And IO.File.Exists("custom.styles") = False Then
Return
End If

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1

0 comments on commit fb710fe

Please sign in to comment.