We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65e46a commit 9ebb16bCopy full SHA for 9ebb16b
Runtime/Const/KinetixConstants.cs
@@ -8,7 +8,7 @@ namespace Kinetix.Internal
8
{
9
public static class KinetixConstants
10
11
- public const string version = "1.7.2";
+ public const string version = "1.8.0";
12
public static bool C_ShouldUGCBeAvailable = true;
13
14
#if STAGING_KINETIX
package.json
@@ -1,6 +1,6 @@
1
2
"name": "com.kinetix.coreweb2",
3
- "version": "1.7.2",
+ "version": "1.8.0",
4
"displayName": "Kinetix Core",
5
"description": "Kinetix Core SDK",
6
"samples": [
0 commit comments