Skip to content

Commit

Permalink
Merge pull request #50 from PlayFab/master
Browse files Browse the repository at this point in the history
Weekly SDK Publish
  • Loading branch information
Paul Gilmore committed Feb 15, 2016
2 parents 08abf4d + 91b765a commit a97523d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PlayFabSdk/PlayFab.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var url = require("url");
var https = require("https");

exports.sdk_version = "0.11.160201";
exports.sdk_version = "0.11.160215";

var settings = exports.settings = {
useDevEnv: false,
Expand Down
2 changes: 1 addition & 1 deletion PlayFabSdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playfab-sdk",
"version": "0.11.160201",
"version": "0.11.160215",
"description": "Playfab SDK for node.js applications",
"license": "Apache-2.0",
"main": "main.js",
Expand Down
2 changes: 1 addition & 1 deletion PlayFabTesting/PlayFab.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var url = require("url");
var https = require("https");

exports.sdk_version = "0.11.160201";
exports.sdk_version = "0.11.160215";

var settings = exports.settings = {
useDevEnv: false,
Expand Down
2 changes: 1 addition & 1 deletion PlayFabTesting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playfab-testing",
"version": "0.11.160201",
"version": "0.11.160215",
"description": "Playfab SDK automated testing example",
"license": "Apache-2.0",
"main": "PlayFabApiTests.js",
Expand Down

0 comments on commit a97523d

Please sign in to comment.