diff --git a/package.json b/package.json index 798ec6f..28b4194 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "querym", "description": "just another database graphical client", - "version": "0.5.7", + "version": "0.5.8", "keywords": [ "database", "mysql", @@ -256,7 +256,8 @@ }, "linux": { "target": [ - "AppImage", "deb" + "AppImage", + "deb" ], "artifactName": "${name}-${version}-${platform}_${arch}.${ext}", "category": "Development" diff --git a/release/app/package.json b/release/app/package.json index da2d5a4..ebcfccf 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,6 +1,6 @@ { "name": "querym", - "version": "0.5.7", + "version": "0.5.8", "description": "Yet another database GUI for MySQL", "license": "MIT", "author": {