Skip to content

Commit 61b58ea

Browse files
committed
Drop support for layout file created with Editor v0.7
1 parent 083e55b commit 61b58ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/layout/layout.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ goog.require('thin.Compatibility');
2525
* @enum {Array.<Array>}
2626
*/
2727
thin.layout.CompatibilityRule = {
28-
ALL: [['>=', '0.7.0'], ['<', thin.getNextMajorVersion()]],
29-
COMPLETE: [['>=', '0.7.0'], ['<=', thin.getVersion()]],
28+
ALL: [['>=', '0.8.0'], ['<', thin.getNextMajorVersion()]],
29+
COMPLETE: [['>=', '0.8.0'], ['<=', thin.getVersion()]],
3030
WARNING: [['>', thin.getVersion()], ['<', thin.getNextMajorVersion()]]
3131
};
3232

0 commit comments

Comments
 (0)