Skip to content

Commit

Permalink
Rease 0.2.8-3
Browse files Browse the repository at this point in the history
  • Loading branch information
SCastanedaMunoz committed Oct 19, 2023
1 parent f515299 commit e3fb633
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Note the first digit of every adapter version corresponds to the major version of the Chartboost Core SDK compatible with that adapter.
Adapters are compatible with any Chartboost Core SDK version within that major version.

### Version 0.2.8-3 *(2023-10-19)*
- Updated Unity dependency to Chartboost Core Unity SDK `0.3.1`.

### Version 0.2.8-2 *(2023-10-19)*
- Updated Unity dependency to Chartboost Core Unity SDK `0.3.0`.
- Updated native Android dependency to use `0.2.8.1.3`.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.chartboost.core.consent.usercentrics",
"displayName": "Chartboost Core Consent Usercentrics",
"version": "0.2.8-2",
"version": "0.2.8-3",
"unity": "2020.3",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.chartboost.core": "0.3.0"
"com.chartboost.core": "0.3.1"
},
"keywords": [],
"license": "",
Expand All @@ -16,4 +16,4 @@
},
"homepage": "https://chartboost.com",
"description": "Usercentrics CMP adapters for mediating through Chartboost Core."
}
}

0 comments on commit e3fb633

Please sign in to comment.