Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yishi-ttd committed May 15, 2024
1 parent dbaf755 commit cd1d943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pixel/up_loader.1.1.6.paapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ function TTDUniversalPixelApi(optionalTopLevelUrl) {
function _TTDUniversalPixelApi_1_1_6(optionalTopLevelUrl) {
//Make sure this matches with the loader script version and
//corresponding universal_pixel.<upLoaderScriptVersion>.js exists.
var upLoaderScriptVersion = "1.1.6";
var upLoaderScriptVersion = "1.1.4"; // TODO: change it to 1.1.6 once beacon supports it.

this.getVersion = function () {
return upLoaderScriptVersion;
Expand Down
2 changes: 1 addition & 1 deletion pixel/up_loader.1.1.6.shadowroot_fix.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ function TTDUniversalPixelApi(optionalTopLevelUrl) {
function _TTDUniversalPixelApi_1_1_6(optionalTopLevelUrl) {
//Make sure this matches with the loader script version and
//corresponding universal_pixel.<upLoaderScriptVersion>.js exists.
var upLoaderScriptVersion = "1.1.4"; // TODO: change it to 1.1.6 once beacon supports it.
var upLoaderScriptVersion = "1.1.6";

this.getVersion = function () {
return upLoaderScriptVersion;
Expand Down

0 comments on commit cd1d943

Please sign in to comment.