Skip to content

Commit 9e85f52

Browse files
committed
bump version to v0.5.6
1 parent c1edee4 commit 9e85f52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "querym",
33
"description": "just another database graphical client",
4-
"version": "0.5.5",
4+
"version": "0.5.6",
55
"keywords": [
66
"database",
77
"mysql",
@@ -256,7 +256,7 @@
256256
},
257257
"linux": {
258258
"target": [
259-
"AppImage"
259+
"AppImage", "deb", "snap"
260260
],
261261
"artifactName": "${name}-${version}-${platform}_${arch}.${ext}",
262262
"category": "Development"

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "querym",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "Yet another database GUI for MySQL",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)