Skip to content

Commit 27fe1d9

Browse files
author
Patrick van Kleef
committed
Updated version number to 2.13 for release
1 parent 2d63c97 commit 27fe1d9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.12/OSDS_FF.zip)
77+
Download the [Firefox OSDS .zip](https://github.com/openlink/structured-data-sniffer/releases/download/v2.13/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.12.18",
2+
"version": "2.13",
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
@@ -2,7 +2,7 @@
22
"name": "OpenLink Structured Data Sniffer",
33
"short_name": "OSD Sniffer",
44
"author":"OpenLink Software",
5-
"version": "2.12.24",
5+
"version": "2.13",
66
"manifest_version": 2,
77
"minimum_chrome_version": "18",
88
"description": "Reveals structured metadata (Microdata, RDFa, JSON-LD, Turtle, etc.) embedded within HTML documents.",

src/manifest.json.edge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "OpenLink Structured Data Sniffer",
33
"short_name": "OSD Sniffer",
44
"author":"OpenLink Software",
5-
"version": "2.12.24",
5+
"version": "2.13",
66
"manifest_version": 2,
77
"minimum_chrome_version": "18",
88
"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
@@ -2,7 +2,7 @@
22
"name": "OpenLink Structured Data Sniffer",
33
"short_name": "osds",
44
"author":"OpenLink Software",
5-
"version": "2.12.24",
5+
"version": "2.13",
66
"manifest_version": 2,
77
"minimum_chrome_version": "18",
88
"description": "Reveals structured metadata (Microdata, RDFa, JSON-LD, Turtle, etc.) embedded within HTML documents.",

0 commit comments

Comments
 (0)