Skip to content

Commit 09a7597

Browse files
PlayFab SDK TeamPlayFab SDK Team
PlayFab SDK Team
authored and
PlayFab SDK Team
committed
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#250228
2 parents 8385543 + 1d370c5 commit 09a7597

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

PlayFabSdk/Scripts/PlayFab/PlayFab.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var url = require("url");
44
var https = require("https");
55

6-
exports.sdk_version = "2.168.250214";
6+
exports.sdk_version = "2.169.250228";
77
exports.buildIdentifier = "adobuild_nodesdk_8";
88

99
var settings = (exports.settings = {
@@ -19,7 +19,7 @@ var _internalSettings = (exports._internalSettings = {
1919
entityToken: null,
2020
sessionTicket: null,
2121
requestGetParams: {
22-
sdk: "JavaScriptSDK-2.168.250214",
22+
sdk: "JavaScriptSDK-2.169.250228",
2323
},
2424
});
2525

PlayFabSdk/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PlayFabSdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playfab-sdk",
3-
"version": "2.168.250214",
3+
"version": "2.169.250228",
44
"description": "Playfab SDK for node.js applications",
55
"license": "Apache-2.0",
66
"devDependencies": {

0 commit comments

Comments
 (0)