Skip to content

Commit

Permalink
bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Nov 21, 2016
1 parent f92b4eb commit 8f01ac8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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": "1.0.0",
"version": "1.0.1",
"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 1.0.0
* Leaflet-IIIF 1.0.1
* IIIF Viewer for Leaflet
* by Jack Reed, @mejackreed
*/
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "leaflet-iiif",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Leaflet plugin for viewing IIIF sources",
"main": "leaflet-iiif.js",
"directories": {
"example": "examples"
},
"files": [
"leaflet-iiif.js"
],
"scripts": {
"test": "./node_modules/.bin/karma start ./spec/karma.conf.js",
"start": "./node_modules/.bin/http-server"
Expand Down

0 comments on commit 8f01ac8

Please sign in to comment.