Skip to content

Commit

Permalink
Merge pull request #19 from dasgarner/develop
Browse files Browse the repository at this point in the history
Bump Version to 1.7.5
  • Loading branch information
dasgarner committed Oct 16, 2015
2 parents 132060d + e837753 commit 7fdd25a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Logic/ApplicationSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ public class ApplicationSettings
private static string _default = "default";

// Application Specific Settings we want to protect
private string _clientVersion = "1.7.4";
private string _clientVersion = "1.7.5";
private string _version = "4";
private int _clientCodeVersion = 108;
private int _clientCodeVersion = 109;

public string ClientVersion { get { return _clientVersion; } }
public string Version { get { return _version; } }
Expand Down
Binary file modified XiboClient.v11.suo
Binary file not shown.

0 comments on commit 7fdd25a

Please sign in to comment.