From d6780decd90fa8e46fb759998cfa7be9a5aac21c Mon Sep 17 00:00:00 2001 From: Patrick van Kleef Date: Fri, 28 Jul 2017 16:32:25 +0200 Subject: [PATCH] Updated version to 2.15 for release --- README.md | 2 +- src/manifest.json | 2 +- src/manifest.json.edge | 2 +- src/manifest.json.ff | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ac6023..c64f038 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.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: diff --git a/src/manifest.json b/src/manifest.json index 8753187..0bdc5e0 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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.", diff --git a/src/manifest.json.edge b/src/manifest.json.edge index 1891103..e20789b 100644 --- a/src/manifest.json.edge +++ b/src/manifest.json.edge @@ -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.", diff --git a/src/manifest.json.ff b/src/manifest.json.ff index c4c88dd..bfba826 100644 --- a/src/manifest.json.ff +++ b/src/manifest.json.ff @@ -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.",