Skip to content

Commit fcce524

Browse files
authored
Merge pull request #33 from singular-labs/rc/5.5.1-kids
v5.5.1-KIDS
2 parents aa13d6d + beab036 commit fcce524

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SingularSDK/Runtime/SingularSDK.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class SingularSDK : MonoBehaviour
3030
public static bool Initialized { get; private set; } = false;
3131

3232
private const string UNITY_WRAPPER_NAME = "Unity";
33-
private const string UNITY_VERSION = "5.4.1-KIDS";
33+
private const string UNITY_VERSION = "5.5.1-KIDS";
3434

3535
// ios-only:
3636
[Obsolete]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "singular-unity-kids-package",
3-
"version": "5.5.0",
3+
"version": "5.5.1",
44
"displayName": "Singular Kids",
55
"description": "Singular Unity Kids Package",
66
"type": "library",

0 commit comments

Comments
 (0)