From 5e9affafbecb8faab23332e8f26e583ccc08a723 Mon Sep 17 00:00:00 2001 From: Kamo Spertsyan Date: Mon, 29 Jul 2024 15:50:39 +0300 Subject: [PATCH] Release 7.5.2 with Sandwich version update to 4.5.2 --- Editor/QonversionDependencies.xml | 4 ++-- Runtime/Scripts/Internal/QonversionInternal.cs | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Editor/QonversionDependencies.xml b/Editor/QonversionDependencies.xml index 3a71be9..414093f 100644 --- a/Editor/QonversionDependencies.xml +++ b/Editor/QonversionDependencies.xml @@ -1,11 +1,11 @@ - + - + diff --git a/Runtime/Scripts/Internal/QonversionInternal.cs b/Runtime/Scripts/Internal/QonversionInternal.cs index e31083a..f6c2038 100644 --- a/Runtime/Scripts/Internal/QonversionInternal.cs +++ b/Runtime/Scripts/Internal/QonversionInternal.cs @@ -26,7 +26,7 @@ internal class QonversionInternal : MonoBehaviour, IQonversion private const string OnAttachUserMethodName = "OnAttachUser"; private const string OnDetachUserMethodName = "OnDetachUser"; - private const string SdkVersion = "7.5.1"; + private const string SdkVersion = "7.5.2"; private const string SdkSource = "unity"; private const string DefaultRemoteConfigContextKey = ""; diff --git a/package.json b/package.json index c65cd36..5ec5dc5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.qonversion.unity", "displayName": "Qonversion", - "version": "7.5.1", + "version": "7.5.2", "unity": "2018.3", "description": "Empower your mobile app marketing and product decisions with precise subscription data.", "author": {