diff --git a/Editor/QonversionDependencies.xml b/Editor/QonversionDependencies.xml index f48eaa6..b8ef95a 100644 --- a/Editor/QonversionDependencies.xml +++ b/Editor/QonversionDependencies.xml @@ -1,11 +1,11 @@ - + - + - \ No newline at end of file + diff --git a/Runtime/Scripts/Internal/QonversionInternal.cs b/Runtime/Scripts/Internal/QonversionInternal.cs index 004b12c..ab7d6e8 100644 --- a/Runtime/Scripts/Internal/QonversionInternal.cs +++ b/Runtime/Scripts/Internal/QonversionInternal.cs @@ -27,7 +27,7 @@ internal class QonversionInternal : MonoBehaviour, IQonversion private const string OnIsFallbackFileAccessibleMethodName = "OnIsFallbackFileAccessible"; private const string OnPromotionalOfferMethodName = "OnPromotionalOffer"; - private const string SdkVersion = "9.5.0"; + private const string SdkVersion = "9.5.1"; private const string SdkSource = "unity"; private const string DefaultRemoteConfigContextKey = ""; @@ -760,4 +760,4 @@ private IQonversionWrapper GetNativeWrapper() return _nativeWrapperInstance; } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 0e1f911..06c853d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.qonversion.unity", "displayName": "Qonversion", - "version": "9.5.0", + "version": "9.5.1", "unity": "2018.3", "description": "Empower your mobile app marketing and product decisions with precise subscription data.", "author": { @@ -31,4 +31,4 @@ "/Editor.meta" ], "dependencies": {} -} \ No newline at end of file +}