Skip to content

Commit b7e7d79

Browse files
author
Paul Gilmore
committed
Merge pull request #20 from PlayFab/IncApiVersion151116
Updating all SDKs after changes to API_Specs
2 parents 20669be + a8c588c commit b7e7d79

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

PlayFabSDK/PlayFabAdminApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(!PlayFab.settings) {
1010
if(!PlayFab._internalSettings) {
1111
PlayFab._internalSettings = {
1212
sessionTicket: null,
13-
sdkVersion: "0.2.151109",
13+
sdkVersion: "0.3.151109",
1414
productionServerUrl: ".playfabapi.com",
1515
logicServerUrl: null,
1616

PlayFabSDK/PlayFabClientApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(!PlayFab.settings) {
1010
if(!PlayFab._internalSettings) {
1111
PlayFab._internalSettings = {
1212
sessionTicket: null,
13-
sdkVersion: "0.2.151109",
13+
sdkVersion: "0.3.151109",
1414
productionServerUrl: ".playfabapi.com",
1515
logicServerUrl: null,
1616

PlayFabSDK/PlayFabMatchmakerApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(!PlayFab.settings) {
1010
if(!PlayFab._internalSettings) {
1111
PlayFab._internalSettings = {
1212
sessionTicket: null,
13-
sdkVersion: "0.2.151109",
13+
sdkVersion: "0.3.151109",
1414
productionServerUrl: ".playfabapi.com",
1515
logicServerUrl: null,
1616

PlayFabSDK/PlayFabServerApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(!PlayFab.settings) {
1010
if(!PlayFab._internalSettings) {
1111
PlayFab._internalSettings = {
1212
sessionTicket: null,
13-
sdkVersion: "0.2.151109",
13+
sdkVersion: "0.3.151109",
1414
productionServerUrl: ".playfabapi.com",
1515
logicServerUrl: null,
1616

0 commit comments

Comments
 (0)