Skip to content

Commit 3b2b806

Browse files
committed
bump version
1 parent 6f5c924 commit 3b2b806

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 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.7",
4+
"version": "0.5.8",
55
"keywords": [
66
"database",
77
"mysql",
@@ -256,7 +256,8 @@
256256
},
257257
"linux": {
258258
"target": [
259-
"AppImage", "deb"
259+
"AppImage",
260+
"deb"
260261
],
261262
"artifactName": "${name}-${version}-${platform}_${arch}.${ext}",
262263
"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.7",
3+
"version": "0.5.8",
44
"description": "Yet another database GUI for MySQL",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)