Skip to content

Commit

Permalink
Merge pull request #29 from PlayFab/IncApiVersion151026
Browse files Browse the repository at this point in the history
Updating all SDKs after changes to API_Specs
  • Loading branch information
Paul Gilmore committed Oct 26, 2015
2 parents 867486e + ace9ac6 commit e0e8f64
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions PlayFabClientSDK/source/PlayFabVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ namespace PlayFab.Internal
{
public class PlayFabVersion
{
public static string ApiRevision = "1.7.20151019";
public static string SdkRevision = "0.7.151019";
public static string ApiRevision = "1.8.20151026";
public static string SdkRevision = "0.8.151026";

public static string getVersionString()
{
Expand Down
4 changes: 2 additions & 2 deletions PlayFabSDK/source/PlayFabVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ namespace PlayFab.Internal
{
public class PlayFabVersion
{
public static string ApiRevision = "1.7.20151019";
public static string SdkRevision = "0.7.151019";
public static string ApiRevision = "1.8.20151026";
public static string SdkRevision = "0.8.151026";

public static string getVersionString()
{
Expand Down
4 changes: 2 additions & 2 deletions PlayFabServerSDK/source/PlayFabVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ namespace PlayFab.Internal
{
public class PlayFabVersion
{
public static string ApiRevision = "1.7.20151019";
public static string SdkRevision = "0.7.151019";
public static string ApiRevision = "1.8.20151026";
public static string SdkRevision = "0.8.151026";

public static string getVersionString()
{
Expand Down

0 comments on commit e0e8f64

Please sign in to comment.