From b9f4d1152457e8cd9445a3d49dcf4ceb2cd9d041 Mon Sep 17 00:00:00 2001 From: James Keith Date: Fri, 15 Oct 2021 15:42:25 +0100 Subject: [PATCH] version + dependencies --- RemoteCommands/TealiumFirebase/package.json | 3 +++ Tealium/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RemoteCommands/TealiumFirebase/package.json b/RemoteCommands/TealiumFirebase/package.json index 6bd8182..788d0ec 100644 --- a/RemoteCommands/TealiumFirebase/package.json +++ b/RemoteCommands/TealiumFirebase/package.json @@ -29,6 +29,9 @@ "version": ">=9.0.0" } ], + "dependencies": { + "tealium-cordova-plugin" : ">=2.1.0" + }, "variables": { "GRADLEPLUGINKOTLINENABLED": true }, diff --git a/Tealium/package.json b/Tealium/package.json index 2b2324d..f0b58f8 100644 --- a/Tealium/package.json +++ b/Tealium/package.json @@ -1,6 +1,6 @@ { "name": "tealium-cordova-plugin", - "version": "2.0.1", + "version": "2.1.0", "description": "Tealium Customer Data Hub", "cordova": { "id": "tealium-cordova-plugin",