com.puzzlescapegames.services 1.3.8 → 1.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- /*#if (UNITY_IPHONE || UNITY_IOS)
1
+ #if (UNITY_IPHONE || UNITY_IOS)
2
2
  using UnityEditor;
3
3
  using UnityEditor.Callbacks;
4
4
  using UnityEditor.iOS.Xcode;
@@ -25,4 +25,4 @@ namespace PuzzlescapeGames.Services.Editor
25
25
  }
26
26
  }
27
27
  }
28
- #endif*/
28
+ #endif
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name" : "com.puzzlescapegames.services",
3
3
  "displayName" : "Puzzlescape Games Services",
4
- "version" : "1.3.8",
4
+ "version" : "1.3.9",
5
5
  "author" : "Puzzlescape Games",
6
6
  "description" : "Common services.",
7
7
  "repository": {