Skip to content

Commit 9c2fb2b

Browse files
authored
Merge pull request #4 from singular-labs/rc/5.1.1
rc-5.1.1
2 parents 3a7b5ca + 4522b57 commit 9c2fb2b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-11 Bytes
Binary file not shown.

SingularSDK/Runtime/SingularSDK.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class SingularSDK : MonoBehaviour
2626
private static bool Initialized = false;
2727

2828
private const string UNITY_WRAPPER_NAME = "Unity";
29-
private const string UNITY_VERSION = "5.1.0";
29+
private const string UNITY_VERSION = "5.1.1";
3030

3131
// ios-only:
3232
[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-package",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"displayName": "Singular",
55
"description": "Singular Unity Package",
66
"type": "library",

0 commit comments

Comments
 (0)