diff --git a/README.md b/README.md index c1f35d54..5f2dc706 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ [![InteractiveAdvertisingBureau](https://circleci.com/gh/InteractiveAdvertisingBureau/iabtcf-es.svg?style=shield)](https://circleci.com/gh/InteractiveAdvertisingBureau/iabtcf-es) -# @iabtcf +# @iabtechlabtcf -Official JavaScript / TypeScript compliant tool suite for implementing the Transparency and Consent Framework (TCF) v2.0. The essential toolkit for CMPs. +Official JavaScript / TypeScript compliant tool suite for implementing the Transparency and Consent Framework (TCF) v2.2. The essential toolkit for CMPs. This is a mono repo containing 5 modules: diff --git a/bin/version b/bin/version index 9d8fae50..703dd991 100755 --- a/bin/version +++ b/bin/version @@ -16,7 +16,7 @@ for pkg in ./modules/*; do done # Updated references to other iab libs but only hard versions -sed -i '' 's/\(\@iabtcf\/.*\)":.*"[0-9]*\..*"/\1": "'$npm_package_version'"/g' ./modules/**/package.json +sed -i '' 's/\(\@iabtechlabtcf\/.*\)":.*"[0-9]*\..*"/\1": "'$npm_package_version'"/g' ./modules/**/package.json # add this to the previous commit git add -A && git commit --amend --no-edit