Skip to content

Commit

Permalink
bump to v1.0.0 🎆
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Nov 18, 2016
1 parent 7a6cd32 commit f92b4eb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion leaflet-iiif.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Leaflet-IIIF 0.2.0
* Leaflet-IIIF 1.0.0
* IIIF Viewer for Leaflet
* by Jack Reed, @mejackreed
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f92b4eb

Please sign in to comment.