Skip to content

Commit 2894c5e

Browse files
Bump plugin version
1 parent 51a466d commit 2894c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Runtime/Api/ConsentManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace AppodealStack.Cmp
99
[SuppressMessage("ReSharper", "UnusedMember.Global")]
1010
public static class ConsentManager
1111
{
12-
private const string Version = "2.0.0";
12+
private const string Version = "2.0.2";
1313

1414
private static readonly Lazy<IConsentManager> Lazy = new Lazy<IConsentManager>(() => new ConsentManagerClient());
1515
public static IConsentManager Instance { get => Lazy.Value; }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.appodeal.cmp",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"displayName": "Appodeal CMP",
55
"description": "A Consent Management Platform (CMP) is a software that develops notices to inform users and capture their preferences with respect to the processing of their personal data.",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)