diff --git a/build.properties b/build.properties
index 97d8d9bc..e35107de 100644
--- a/build.properties
+++ b/build.properties
@@ -6,7 +6,7 @@
 PROJECT: openseadragon
 BUILD_MAJOR: 0
 BUILD_MINOR: 9
-BUILD_ID: 01
+BUILD_ID: 02
 BUILD: ${PROJECT}.${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
 VERSION: ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
 
diff --git a/openseadragon.js b/openseadragon.js
index 6c05e08c..dbed226c 100644
--- a/openseadragon.js
+++ b/openseadragon.js
@@ -1,5 +1,5 @@
 /**
- * @version  OpenSeadragon 0.9.01
+ * @version  OpenSeadragon 0.9.02
  *
  * @fileOverview 
  * <h2>
@@ -1883,7 +1883,6 @@ $.EventHandler.prototype = {
         var touchA,
             touchB;
 
-        window.location.hash = event.touches[ 0 ].target.tagName;
         if( event.touches.length == 1 &&
             event.targetTouches.length == 1 && 
             event.changedTouches.length == 1 ){
diff --git a/src/mousetracker.js b/src/mousetracker.js
index ad7e8b9e..b85438b4 100644
--- a/src/mousetracker.js
+++ b/src/mousetracker.js
@@ -605,7 +605,6 @@
         var touchA,
             touchB;
 
-        window.location.hash = event.touches[ 0 ].target.tagName;
         if( event.touches.length == 1 &&
             event.targetTouches.length == 1 && 
             event.changedTouches.length == 1 ){