diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a0137..95afd60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ *The full changelog can always be obtained at [Appodeal website](https://docs.appodeal.com/unity/changelog).* +### 3.4.0-beta.2 (October 11, 2024) + ++ Updated Appodeal iOS SDK to v3.4.0-beta.2 + ### 3.4.0-beta.1 (October 04, 2024) + Updated Appodeal Android SDK to v3.4.0-beta.1 diff --git a/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt b/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt index b611faa..46178c3 100644 --- a/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt +++ b/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt @@ -1,37 +1,35 @@  - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - diff --git a/Runtime/Common/AppodealVersions.cs b/Runtime/Common/AppodealVersions.cs index f0caeb7..846e6a6 100644 --- a/Runtime/Common/AppodealVersions.cs +++ b/Runtime/Common/AppodealVersions.cs @@ -12,7 +12,7 @@ namespace AppodealStack.Monetization.Common [SuppressMessage("ReSharper", "UnusedMember.Global")] public static class AppodealVersions { - private const string AppodealPluginVersion = "3.4.0-beta.1"; + private const string AppodealPluginVersion = "3.4.0-beta.2"; /// /// Gets the current version of the Appodeal Unity Plugin. diff --git a/package.json b/package.json index 0a2b1fe..d12be55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.appodeal.mediation", - "version": "3.4.0-beta.1", + "version": "3.4.0-beta.2", "displayName": "Appodeal", "description": "Monetize more with less hassle. Our one ad mediation SDK includes it all: 70+ ad demand sources, all ad formats, in-app bidding algorithm, full-controls, a/b testing plus much more.", "documentationUrl": "https://docs.appodeal.com/unity/get-started",