Skip to content

Commit 0587ebe

Browse files
Merge pull request #4 from appodeal/release/2.0.2
Release Appodeal CMP Unity Plugin v2.0.2
2 parents 0ded120 + 36188fd commit 0587ebe

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# VCS
2+
3+
.gitattributes
4+
/.github

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Changelog
44

5+
### v2.0.2 (September 20, 2025)
6+
7+
+ Added .npmignore to exclude unnecessary files from package content
8+
59
### v2.0.1 (September 20, 2025)
610

711
+ Recreated `.meta` files

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)