Skip to content

Commit

Permalink
Updated version to 2.15 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick van Kleef committed Jul 28, 2017
1 parent 1baaa35 commit d6780de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To install this extension manually use the following steps:
- Press the **Select** button

### Install the extension in Firefox
Download the [Firefox OSDS .zip](https://github.com/openlink/structured-data-sniffer/releases/download/v2.14/OSDS_FF.zip)
Download the [Firefox OSDS .zip](https://github.com/openlink/structured-data-sniffer/releases/download/v2.15/OSDS_FF.zip)
file and extract the .xpi file.

To install this extension manually in Firefox v28+, use the following steps:
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "OSD Sniffer",
"author":"OpenLink Software",
"homepage_url": "http://osds.openlinksw.com/",
"version": "2.14.26",
"version": "2.15.0",
"manifest_version": 2,
"minimum_chrome_version": "18",
"description": "Reveals structured metadata (Microdata, RDFa, JSON-LD, Turtle, etc.) embedded within HTML documents.",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json.edge
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "OSD Sniffer",
"author":"OpenLink Software",
"homepage_url": "http://osds.openlinksw.com/",
"version": "2.14.26",
"version": "2.15.0",
"manifest_version": 2,
"minimum_chrome_version": "18",
"description": "Reveals structured metadata (Microdata, RDFa, JSON-LD, Turtle, etc.) embedded within HTML documents.",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json.ff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "osds",
"author":"OpenLink Software",
"homepage_url": "http://osds.openlinksw.com/",
"version": "2.14.26",
"version": "2.15.0",
"manifest_version": 2,
"minimum_chrome_version": "18",
"description": "Reveals structured metadata (Microdata, RDFa, JSON-LD, Turtle, etc.) embedded within HTML documents.",
Expand Down

0 comments on commit d6780de

Please sign in to comment.