From 024fefd7f14850d760c6c4485e5022b93a6f732e Mon Sep 17 00:00:00 2001
From: Ian Gilman <ian@iangilman.com>
Date: Tue, 9 Jul 2013 09:14:47 -0700
Subject: [PATCH] Updated for 0.9.129

---
 changelog.txt | 10 +++++-----
 package.json  |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/changelog.txt b/changelog.txt
index 6ccd27f8..457d7841 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,19 +1,19 @@
 OPENSEADRAGON CHANGELOG
 =======================
 
-0.9.129: (In Progress)
+0.9.129:
 
+* Fixed: navigator image not updating when base zoom image is changed (#147)
+* Fixed tile rendering issue at lower zoom levels with the IIIF TileSource (#55)
+* On IE, ajax errors would cause an exception to be thrown; fixed (#144)
+* Faster and more consistent millisecond getter (#138)
 * Fixed an error when using navPrevNextWrap on single images (#135)
 * Various fixes to our timer handling (#133)
 * Now generating source map for openseadragon.min.js (#51)
-* Faster and more consistent millisecond getter (#138)
 * Fix for calculating overlay width / height (#142)
-* On IE, ajax errors would cause an exception to be thrown; fixed (#144)
 * JSHint tidying (#136)
 * Improved Ajax method (#149)
-* Fixed tile rendering issue at lower zoom levels with the IIIF TileSource (#55)
 * Overhauled AJAX error reporting (#151)
-* Fixed: navigator image not updating when base zoom image is changed (#147)
 
 0.9.128:
 
diff --git a/package.json b/package.json
index 8c653ab4..19cfa1ee 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "OpenSeadragon",
-  "version": "0.9.128",
+  "version": "0.9.129",
   "description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
   "devDependencies": {
     "grunt": "~0.4.0",