mirror of
https://github.com/viliusle/miniPaint.git
synced 2026-02-06 11:21:47 +00:00
fixed broken build
This commit is contained in:
parent
e52df1c649
commit
16f19baf47
@ -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": [
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user