diff --git a/changelog.txt b/changelog.txt index 6275b5d4..24d28cf7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,7 @@ OPENSEADRAGON CHANGELOG ======================= -2.2.1: (in progress) +2.2.1: * Fixed problems with zoom/pan constraints with certain extreme settings (#965) * Fixed an issue causing the browser to crash on iOS (#966) diff --git a/package.json b/package.json index 245288c4..19bd4d21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openseadragon", - "version": "2.2.0", + "version": "2.2.1", "description": "Provides a smooth, zoomable user interface for HTML/Javascript.", "keywords": ["image", "zoom", "pan", "openseadragon", "seadragon", "deepzoom", "dzi", "iiif", "osm", "tms"], "homepage": "http://openseadragon.github.io/",