Skip to content

Commit cc49b73

Browse files
author
Patrick van Kleef
committed
Updated version number to 2.11 for release
1 parent 4b37e7c commit cc49b73

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To install this extension manually use the following steps:
7474
- Press the **Select** button
7575

7676
### Install the extension in Firefox
77-
Download the [Firefox OSDS .zip](https://github.com/openlink/structured-data-sniffer/releases/download/v2.10/OSDS_FF.zip)
77+
Download the [Firefox OSDS .zip](https://github.com/openlink/structured-data-sniffer/releases/download/v2.11/OSDS_FF.zip)
7878
file and extract the .xpi file.
7979

8080
To install this extension manually in Firefox v28+, use the following steps:

src/Firefox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.10.10",
2+
"version": "2.11",
33
44
"name": "osds",
55
"title": "OpenLink Structured Data Sniffer",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "OpenLink Structured Data Sniffer",
33
"short_name": "OSD Sniffer",
4-
"version": "2.10.10",
4+
"version": "2.11",
55
"manifest_version": 2,
66
"minimum_chrome_version": "18",
77
"description": "Reveals structured metadata (Microdata, RDFa, JSON-LD, Turtle, etc.) embedded within HTML documents.",

src/manifest.json.ff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OpenLink Structured Data Sniffer",
3-
"version": "2.10.10",
3+
"version": "2.11",
44
"manifest_version": 2,
55
"description": "Reveals structured metadata (Microdata, RDFa, JSON-LD, Turtle, etc.) embedded within HTML documents.",
66
"applications": {

0 commit comments

Comments
 (0)