From 01e2361d2896cf86c3637bd26708c52c76ee9ca0 Mon Sep 17 00:00:00 2001 From: Patrick van Kleef Date: Thu, 4 Feb 2016 16:43:03 +0100 Subject: [PATCH] Updated version to 2.7.0 --- README.md | 2 +- src/Firefox/package.json | 2 +- src/manifest.json | 2 +- src/manifest.json.ff | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c9ac1f..9d10224 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.6.1/OSDS_FF.zip) +Download the [Firefox OSDS .zip](https://github.com/openlink/structured-data-sniffer/releases/download/v2.7.0/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 f6156ba..88677fa 100644 --- a/src/Firefox/package.json +++ b/src/Firefox/package.json @@ -1,5 +1,5 @@ { - "version": "2.6.2", + "version": "2.7.0", "id": "osds@openlinksw.com", "name": "osds", "title": "OpenLink Structured Data Sniffer", diff --git a/src/manifest.json b/src/manifest.json index 7a7d4d0..38370f8 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "OpenLink Structured Data Sniffer", "short_name": "OSD Sniffer", - "version": "2.6.2", + "version": "2.7.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 4570726..2934daf 100644 --- a/src/manifest.json.ff +++ b/src/manifest.json.ff @@ -1,6 +1,6 @@ { "name": "OpenLink Structured Data Sniffer", - "version": "2.6.2, + "version": "2.7.0, "manifest_version": 2, "description": "Reveals structured metadata (Microdata, RDFa, JSON-LD, Turtle, etc.) embedded within HTML documents.", "applications": {