diff --git a/manifest.dev.json b/manifest.dev.json index afe6111..8873a67 100644 --- a/manifest.dev.json +++ b/manifest.dev.json @@ -3,7 +3,7 @@ "author": "Mozilla Rally", "manifest_version": 2, "name": "Facebook Pixel Hunt (Playtest Edition)", - "version": "0.1.5", + "version": "0.1.6", "homepage_url": "https://github.com/mozilla-rally/facebook-pixel-hunt#readme", "browser_specific_settings": { "gecko": { diff --git a/manifest.prod.json b/manifest.prod.json index 481add1..196c3e7 100644 --- a/manifest.prod.json +++ b/manifest.prod.json @@ -3,7 +3,7 @@ "author": "Mozilla Rally", "manifest_version": 2, "name": "Facebook Pixel Hunt", - "version": "0.1.5", + "version": "0.1.6", "homepage_url": "https://github.com/mozilla-rally/facebook-pixel-hunt#readme", "browser_specific_settings": { "gecko": { diff --git a/package-lock.json b/package-lock.json index 7c18fe1..b0db8c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "facebook-pixel-hunt", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "facebook-pixel-hunt", - "version": "0.1.5", + "version": "0.1.6", "license": "MPL-2.0", "devDependencies": { "@babel/preset-env": "^7.16.0", diff --git a/package.json b/package.json index c8f2b24..04dfb6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "facebook-pixel-hunt", - "version": "0.1.5", + "version": "0.1.6", "scripts": { "build": "cp manifest.prod.json manifest.json && npm run build:glean && rollup -c && npm run tailwind", "build:developer": "rollup -c --config-enable-developer-mode && npm run tailwind",