Skip to content

Commit

Permalink
Release 4.4.1
Browse files Browse the repository at this point in the history
Release 4.4.1
  • Loading branch information
SpertsyanKM authored May 24, 2023
2 parents d68864a + b8be5bb commit 89fcc6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Editor/QonversionDependencies.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<dependencies>
<androidPackages>
<androidPackage spec="io.qonversion.sandwich:sandwich:1.5.0" />
<androidPackage spec="io.qonversion.sandwich:sandwich:1.5.1" />
<androidPackage spec="com.fasterxml.jackson.core:jackson-databind:2.11.1" />
<androidPackage spec="org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.61" />
<androidPackage spec="org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.61" />
</androidPackages>
<iosPods>
<iosPod name="QonversionSandwich" version="1.5.0" />
<iosPod name="QonversionSandwich" version="1.5.1" />
</iosPods>
</dependencies>
2 changes: 1 addition & 1 deletion Runtime/Scripts/Internal/QonversionInternal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ internal class QonversionInternal : MonoBehaviour, IQonversion
private const string OnEligibilitiesMethodName = "OnEligibilities";
private const string OnUserInfoMethodName = "OnUserInfo";

private const string SdkVersion = "4.4.0";
private const string SdkVersion = "4.4.1";
private const string SdkSource = "unity";

private IQonversionWrapper _nativeWrapperInstance;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.qonversion.unity",
"displayName": "Qonversion",
"version": "4.4.0",
"version": "4.4.1",
"unity": "2018.3",
"description": "Empower your mobile app marketing and product decisions with precise subscription data.",
"author": {
Expand Down

0 comments on commit 89fcc6b

Please sign in to comment.