diff --git a/PublicProperty.js b/PublicProperty.js
index 5714fd2..8aa8f6a 100644
--- a/PublicProperty.js
+++ b/PublicProperty.js
@@ -1,7 +1,7 @@
// no dependencies
export const __DEBUG__ = 0;
-export const __APP_VERSION__ = 'v0.3.1-beta';
+export const __APP_VERSION__ = 'v0.3.2-beta';
export const __APP_INTRO__ = `
Algorithm improvement.
diff --git a/src/UMap.js b/src/UMap.js
index 59eceb7..a3377cc 100644
--- a/src/UMap.js
+++ b/src/UMap.js
@@ -128,7 +128,7 @@ function MapClickHandler({mks,focusUpdater,locator,locker}) {
locker(true);
}).catch((e) => {
console.error(e);
- // location.reload();
+ location.reload();
});
},
// TODO