Skip to content

Commit b460ee6

Browse files
authored
Merge pull request #786 from immutable/chore/bump-audience-0.2.2
chore: bump audience to 0.2.2
2 parents 48d4944 + 67d1a6f commit b460ee6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Packages/Audience/Runtime/Core/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ internal static class Constants
1818
internal const int ControlPlaneRequestTimeoutSeconds = 30;
1919

2020
internal const string LibraryName = "com.immutable.audience";
21-
internal const string LibraryVersion = "0.2.1";
21+
internal const string LibraryVersion = "0.2.2";
2222
internal const string Surface = "unity";
2323
internal const string ConsentSource = "UnitySDK";
2424

src/Packages/Audience/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.immutable.audience",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Immutable Audience SDK for Unity.",
55
"displayName": "Immutable Audience",
66
"author": {

0 commit comments

Comments
 (0)