Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria-Bordunova committed Aug 23, 2021
1 parent a3024fd commit 249da00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Runtime/Scripts/Qonversion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Qonversion : MonoBehaviour
private const string OnOfferingsMethodName = "OnOfferings";
private const string OnEligibilitiesMethodName = "OnEligibilities";

private const string SdkVersion = "2.2.0";
private const string SdkVersion = "2.2.1";
private const string SdkSource = "unity";

private static IQonversionWrapper _Instance;
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": "2.2.0",
"version": "2.2.1",
"unity": "2018.3",
"description": "Empower your mobile app marketing and product decisions with precise subscription data.",
"author": {
Expand Down

0 comments on commit 249da00

Please sign in to comment.