Skip to content

Commit

Permalink
Updated version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick van Kleef committed Feb 27, 2016
1 parent 3a358f6 commit cb394cd
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.7.0/OSDS_FF.zip)
Download the [Firefox OSDS .zip](https://github.com/openlink/structured-data-sniffer/releases/download/v2.8.0/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/Firefox/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.7.8",
"version": "2.8.0",
"id": "osds@openlinksw.com",
"name": "osds",
"title": "OpenLink Structured Data Sniffer",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "OpenLink Structured Data Sniffer",
"short_name": "OSD Sniffer",
"version": "2.7.8",
"version": "2.8.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
@@ -1,6 +1,6 @@
{
"name": "OpenLink Structured Data Sniffer",
"version": "2.7.8,
"version": "2.8.0,
"manifest_version": 2,
"description": "Reveals structured metadata (Microdata, RDFa, JSON-LD, Turtle, etc.) embedded within HTML documents.",
"applications": {
Expand Down

0 comments on commit cb394cd

Please sign in to comment.