Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Force 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jochy committed Nov 19, 2022
1 parent 97c4d96 commit 5b92990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default {
this.setScroll((event.scrollTop + this.windowHeight) / this.$refs.scrollable.$el.clientHeight);
},
checkVersion: function (version) {
const minVersion = "2.6.2";
const minVersion = "2.6.3";
if (this.applicationManifest == null || version == null || Semver._toLong(version) < Semver._toLong(minVersion)) {
console.log(version + ' is less than ' + minVersion);
this.upgradeRequired = true;
Expand Down

0 comments on commit 5b92990

Please sign in to comment.