diff --git a/README.md b/README.md index 5f386c4..566fa73 100644 --- a/README.md +++ b/README.md @@ -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.12/OSDS_FF.zip) +Download the [Firefox OSDS .zip](https://github.com/openlink/structured-data-sniffer/releases/download/v2.13/OSDS_FF.zip) file and extract the .xpi file. To install this extension manually in Firefox v28+, use the following steps: diff --git a/src/Firefox/package.json b/src/Firefox/package.json index 197cacb..a9f7a3a 100644 --- a/src/Firefox/package.json +++ b/src/Firefox/package.json @@ -1,5 +1,5 @@ { - "version": "2.12.18", + "version": "2.13", "id": "osds@openlinksw.com", "name": "osds", "title": "OpenLink Structured Data Sniffer", diff --git a/src/manifest.json b/src/manifest.json index e5cf356..424bf16 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "name": "OpenLink Structured Data Sniffer", "short_name": "OSD Sniffer", "author":"OpenLink Software", - "version": "2.12.24", + "version": "2.13", "manifest_version": 2, "minimum_chrome_version": "18", "description": "Reveals structured metadata (Microdata, RDFa, JSON-LD, Turtle, etc.) embedded within HTML documents.", diff --git a/src/manifest.json.edge b/src/manifest.json.edge index f706691..0f1ba19 100644 --- a/src/manifest.json.edge +++ b/src/manifest.json.edge @@ -2,7 +2,7 @@ "name": "OpenLink Structured Data Sniffer", "short_name": "OSD Sniffer", "author":"OpenLink Software", - "version": "2.12.24", + "version": "2.13", "manifest_version": 2, "minimum_chrome_version": "18", "description": "Reveals structured metadata (Microdata, RDFa, JSON-LD, Turtle, etc.) embedded within HTML documents.", diff --git a/src/manifest.json.ff b/src/manifest.json.ff index c2f992f..72a0976 100644 --- a/src/manifest.json.ff +++ b/src/manifest.json.ff @@ -2,7 +2,7 @@ "name": "OpenLink Structured Data Sniffer", "short_name": "osds", "author":"OpenLink Software", - "version": "2.12.24", + "version": "2.13", "manifest_version": 2, "minimum_chrome_version": "18", "description": "Reveals structured metadata (Microdata, RDFa, JSON-LD, Turtle, etc.) embedded within HTML documents.",