From 91e33bab4e082044bd606556e96dadc235ae4b65 Mon Sep 17 00:00:00 2001 From: Patrick van Kleef Date: Thu, 21 Jul 2016 15:03:50 +0200 Subject: [PATCH] Updated version number to 2.12 for release --- 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 bcaff3c..5f386c4 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.11/OSDS_FF.zip) +Download the [Firefox OSDS .zip](https://github.com/openlink/structured-data-sniffer/releases/download/v2.12/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 ed6cee2..c77ddb0 100644 --- a/src/Firefox/package.json +++ b/src/Firefox/package.json @@ -1,5 +1,5 @@ { - "version": "2.11.7", + "version": "2.12", "id": "osds@openlinksw.com", "name": "osds", "title": "OpenLink Structured Data Sniffer", diff --git a/src/manifest.json b/src/manifest.json index d4a47df..1bc58b5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "OpenLink Structured Data Sniffer", "short_name": "OSD Sniffer", - "version": "2.11.7", + "version": "2.12", "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 0d5ba47..83f201e 100644 --- a/src/manifest.json.ff +++ b/src/manifest.json.ff @@ -1,6 +1,6 @@ { "name": "OpenLink Structured Data Sniffer", - "version": "2.11.7", + "version": "2.12", "manifest_version": 2, "description": "Reveals structured metadata (Microdata, RDFa, JSON-LD, Turtle, etc.) embedded within HTML documents.", "applications": {