Releasing 1.1.1

This commit is contained in:
Ian Gilman 2014-05-08 09:30:03 -07:00
parent 6c7e2160cb
commit 9aa0f323db
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
OPENSEADRAGON CHANGELOG OPENSEADRAGON CHANGELOG
======================= =======================
1.1.1: (in progress) 1.1.1:
* Fixed issue with dragging the navigator highlight on Webkit browsers (#395) * Fixed issue with dragging the navigator highlight on Webkit browsers (#395)
* Improved Viewer Options Support in Gesture Handling (#399)
1.1.0: 1.1.0:

View File

@ -1,6 +1,6 @@
{ {
"name": "OpenSeadragon", "name": "OpenSeadragon",
"version": "1.1.0", "version": "1.1.1",
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.", "description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
"devDependencies": { "devDependencies": {
"grunt": "~0.4.1", "grunt": "~0.4.1",