Skip to content

Commit 7a8dfa2

Browse files
committed
Version 1.10.2,
1 parent 68905f8 commit 7a8dfa2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Runtime/Const/KinetixConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Kinetix.Internal
88
{
99
public static class KinetixConstants
1010
{
11-
public const string version = "1.10.1";
11+
public const string version = "1.10.2";
1212
public static bool C_ShouldUGCBeAvailable = true;
1313
public static readonly int c_TimeOutCreateQRCode = 305;
1414

Runtime/Providers/Providers/SdkApi/ApiClasses/SdkApiProcess.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ public class SdkApiProcess
1111
public Guid Video;
1212
public int Vw;
1313
public int User;
14+
public bool PostMLError;
15+
public string Status;
1416
public int Progression;
1517
public DateTime CreatedAt;
1618
public string Name;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.kinetix.coreweb2",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"displayName": "Kinetix Core",
55
"description": "Kinetix Core SDK",
66
"samples": [

0 commit comments

Comments
 (0)