Skip to content

Commit 11f7dac

Browse files
committed
【version】更新示例页面版本到9.1.1 review by songym
1 parent 0cf59d9 commit 11f7dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/js/include-web.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@
186186
load();
187187
window.isLocal = false;
188188
window.server = document.location.toString().match(/file:\/\//) ? "http://localhost:8090" : document.location.protocol + "//" + document.location.host;
189-
window.version = "9.1.0";
189+
window.version = "9.1.1";
190190
window.preRelease = "";
191191
})();

0 commit comments

Comments
 (0)