Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
Release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Str4tos committed Feb 11, 2021
1 parent 6541eb0 commit 76b8e0e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Clever Ads Solutions Unity Plugin Change Log

## [1.1.4] - 2021-02-11
### Features
- Remove int parse from string in Audience Definition logic.
### Bug Fixes
- Wrong select year and calculate audience.

## [1.1.3] - 2021-02-10
### Bug Fixes
- Ability to drag the UserConsentUI prefab to field of consent request parameters.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Modify `Packages/manifest.json` to the following form:
}
],
"dependencies": {
"com.cleversolutions.ads.unity": "https://github.com/cleveradssolutions/CAS-Unity-Consent.git#1.1.3"
"com.cleversolutions.ads.unity": "https://github.com/cleveradssolutions/CAS-Unity-Consent.git#1.1.4"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion Runtime/UserConsent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace CAS.UserConsent
{
public static class UserConsent
{
public const string version = "1.1.3";
public const string version = "1.1.4";

/// <summary>
/// User latest consent status values.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.cleversolutions.ads.consent.unity",
"version": "1.1.3",
"version": "1.1.4",
"displayName": "CleverAdsSolutions Consent",
"description": "Clever Ads Solutions User consent Unity plugin.",
"unity": "2017.4",
Expand Down

0 comments on commit 76b8e0e

Please sign in to comment.