Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#240816
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed Aug 22, 2024
2 parents 32be8f4 + 2ab892c commit 024df25
Show file tree
Hide file tree
Showing 13 changed files with 1,062 additions and 82 deletions.
6 changes: 3 additions & 3 deletions PlayFabSdk/Scripts/PlayFab/PlayFab.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
var url = require("url");
var https = require("https");

exports.sdk_version = "2.158.240802";
exports.buildIdentifier = "adobuild_nodesdk_115";
exports.sdk_version = "2.160.240816";
exports.buildIdentifier = "adobuild_nodesdk_117";

var settings = (exports.settings = {
productionUrl: ".playfabapi.com",
Expand All @@ -19,7 +19,7 @@ var _internalSettings = (exports._internalSettings = {
entityToken: null,
sessionTicket: null,
requestGetParams: {
sdk: "JavaScriptSDK-2.158.240802",
sdk: "JavaScriptSDK-2.160.240816",
},
});

Expand Down
Loading

0 comments on commit 024df25

Please sign in to comment.