From babdefd10022c4005ebe8d543f9470fc07f520c6 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 21 Jun 2016 10:06:25 -0700 Subject: [PATCH] Version 2.2.1 --- changelog.txt | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/",