Skip to content
This repository was archived by the owner on Oct 11, 2019. It is now read-only.

Commit 7ab16d5

Browse files
Version bump
1 parent 004bd10 commit 7ab16d5

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

build/wiselinks-0.7.2.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
return window.location.reload(true);
293293
} else {
294294
state = History.getState();
295-
if ((url != null) && (url !== encodeURI(self._normalize(state.url)))) {
295+
if ((url != null) && (url !== self._normalize(window.location.href))) {
296296
self._redirect_to(url, $target, state, xhr);
297297
}
298298
$target.html(data);

build/wiselinks-0.7.2.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/wiselinks-0.7.2.min.js.gz

-2 Bytes
Binary file not shown.

lib/wiselinks/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Wiselinks
44
module Version
55
MAJOR = 0
66
MINOR = 7
7-
PATCH = 2
7+
PATCH = 3
88
BUILD = nil
99

1010
STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')

0 commit comments

Comments
 (0)