diff --git a/README.md b/README.md index a313b40..12364ee 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ A Leaflet plugin for viewing IIIF images. [See the demo](http://mejackreed.githu Requires [Leaflet.js](http://leafletjs.com/) and [jQuery](http://jquery.com/) +**Note on Leaflet Compatibility** + +Leaflet Versions | Leaflet-IIIF Versions +---------------- | --------------------- +< 1.0.0 | < 1.0.0 +>= 1.0 | >= 1.0 + ### Examples - [Demo using the IIIF Image API](http://mejackreed.github.io/Leaflet-IIIF/examples/example.html) diff --git a/bower.json b/bower.json index e3920b3..3b546f0 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "leaflet-iiif", "main": "leaflet-iiif.js", - "version": "0.1.2", + "version": "1.0.0", "homepage": "https://github.com/mejackreed/Leaflet-IIIF", "description": "A Leaflet plugin to view IIIF images", "keywords": [ diff --git a/leaflet-iiif.js b/leaflet-iiif.js index 348adb6..cce67a8 100644 --- a/leaflet-iiif.js +++ b/leaflet-iiif.js @@ -1,5 +1,5 @@ /* - * Leaflet-IIIF 0.2.0 + * Leaflet-IIIF 1.0.0 * IIIF Viewer for Leaflet * by Jack Reed, @mejackreed */ diff --git a/package.json b/package.json index c53e7b9..576eb23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leaflet-iiif", - "version": "0.2.0", + "version": "1.0.0", "description": "A Leaflet plugin for viewing IIIF sources", "main": "leaflet-iiif.js", "directories": {