Skip to content

Commit

Permalink
fixed broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
viliusle committed Jun 19, 2021
1 parent e52df1c commit 16f19ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/js/modules/file/open.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 16f19ba

Please sign in to comment.