Skip to content

Commit

Permalink
issued version 1.1.16 to address differently #72
Browse files Browse the repository at this point in the history
  • Loading branch information
vecna committed Jul 18, 2018
1 parent e34014a commit 5099382
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.16] - 2018-07-18
### Fixed
- lack of short\_name in manifest.json

## [1.1.15] - 2018-07-10
### Added
- optIn procedure, localized in all the three languages
Expand Down
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"manifest_version": 2,

"name": "__MSG_extensionName__",
"short_name": "FbTREX",
"description": "__MSG_extensionDescription__",
"version": "1.1.15",
"author": "Alberto Granzotto, Claudio Agosti, https://facebook.tracking.exposed",
"version": "1.1.16",
"author": "Alberto Granzotto, Claudio Agosti, and the contributors in https://github.com/tracking-exposed/web-extension",

"default_locale": "en",

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tracking-exposed-extension",
"version": "1.1.15",
"version": "1.1.16",
"description": "tracking.exposed is browser extension to investigate personalization algorithms, for you and for scientific research (only if you give the proper opt-in, of course)",
"homepage": "https://github.com/tracking-exposed/web-extension/",
"bugs": "https://github.com/tracking-exposed/web-extension/issues",
Expand Down

0 comments on commit 5099382

Please sign in to comment.