fixed broken build

This commit is contained in:
viliusle 2021-06-19 21:27:09 +03:00
parent e52df1c649
commit 16f19baf47
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "miniPaint",
"version": "4.8",
"version": "4.8.0",
"author": "Vilius L.",
"description": "Online graphics editing tool lets create, edit images using HTML5 technologies.",
"keywords": [

View File

@ -555,7 +555,7 @@ class File_open_class {
}
}
}
if(json.info.version < "4.8"){
if(json.info.version < "4.8.0"){
//migrate "borders" layer to rectangle
for (var i in json.layers) {
var old_type = json.layers[i].type;