Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Require version 0.90.(>=0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip (flip) Kromer committed Apr 15, 2013
1 parent 8152a35 commit 8ead5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/store/BigdeskStore.js
Expand Up @@ -132,7 +132,7 @@ var Cluster = Backbone.Model.extend({

// returns false or true depending on given version numbers
checkVersion: function(major, minor, maintenance) {
if (major == 0 && (minor == 20) && maintenance >= 0) {
if (major == 0 && (minor == 90) && maintenance >= 0) {
return true;
}
return false;
Expand Down

0 comments on commit 8ead5fb

Please sign in to comment.