Skip to content

Commit

Permalink
Bump versions of payload and add-on
Browse files Browse the repository at this point in the history
  • Loading branch information
squarewave committed May 23, 2017
1 parent 4535733 commit 1877389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dataCollection.js
Expand Up @@ -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'),
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 1877389

Please sign in to comment.