From 18773896466a9db1179c041fcdca4db7d825af83 Mon Sep 17 00:00:00 2001 From: Doug Thayer Date: Tue, 23 May 2017 13:21:37 -0700 Subject: [PATCH] Bump versions of payload and add-on --- lib/dataCollection.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dataCollection.js b/lib/dataCollection.js index 1c58d40..42443c3 100644 --- a/lib/dataCollection.js +++ b/lib/dataCollection.js @@ -262,7 +262,7 @@ function rollUpEvents() { const daysInExperiment = (Date.now() - ss.storage.experimentStart) / ONE_DAY_MILLIS; const payload = { - version: 1, + version: 2, clientID: ClientID.getCachedClientID(), locale: tryGetCharPref('general.useragent.locale', 'zz-ZZ'), geo: tryGetCharPref('browser.search.countryCode', 'ZZ'), diff --git a/package.json b/package.json index 6293a74..c622153 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "plugin-safety", "description": "Plugin Safety as a Shield Study", - "version": "1.2.3", + "version": "1.2.5", "author": "Doug Thayer", "bugs": { "url": "https://github.com/squarewave/shield-study-essential-flash/issues"