From c689da083875a4731b68f2cf3ad38bf9e2e55dcd Mon Sep 17 00:00:00 2001 From: Joe Pantazidis Date: Sat, 29 Feb 2020 17:45:48 +0300 Subject: [PATCH] bump version to 1.0.0 --- js/tracking.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/tracking.js b/js/tracking.js index bc3b30b..67f2feb 100644 --- a/js/tracking.js +++ b/js/tracking.js @@ -796,6 +796,7 @@ const RevealTracking = window.RevealTracking || (function () { // Return plug-in object return { + VERSION: '1.0.0', init: function() { // Register event listeners for tracking addEventListeners();