Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Packages/Audience/Runtime/Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal static class Constants
internal const int ControlPlaneRequestTimeoutSeconds = 30;

internal const string LibraryName = "com.immutable.audience";
internal const string LibraryVersion = "0.2.1";
internal const string LibraryVersion = "0.2.2";
internal const string Surface = "unity";
internal const string ConsentSource = "UnitySDK";

Expand Down
2 changes: 1 addition & 1 deletion src/Packages/Audience/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.immutable.audience",
"version": "0.2.1",
"version": "0.2.2",
"description": "Immutable Audience SDK for Unity.",
"displayName": "Immutable Audience",
"author": {
Expand Down
Loading