diff --git a/Runtime/Common/MobileAds.cs b/Runtime/Common/MobileAds.cs index 55d9b72..6b55eb2 100644 --- a/Runtime/Common/MobileAds.cs +++ b/Runtime/Common/MobileAds.cs @@ -14,7 +14,7 @@ public static class MobileAds /// /// CAS Unity wrapper version /// - public const string wrapperVersion = "3.2.0"; + public const string wrapperVersion = "3.2.1"; /// /// Get singleton instance for configure all mediation managers. diff --git a/package.json b/package.json index dce6280..8f964f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.cleversolutions.ads.unity", - "version": "3.2.0", + "version": "3.2.1", "displayName": "CleverAdsSolutions", "description": "Clever Ads Solutions Unity wrapper for mobile ads on platforms Android and iOS.", "unity": "2018.4",