Skip to content

Commit

Permalink
bump verison 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Oct 21, 2023
1 parent f5b54a1 commit 9054f9b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "querym",
"description": "just another database graphical client",
"version": "0.5.6",
"version": "0.5.7",
"keywords": [
"database",
"mysql",
Expand Down Expand Up @@ -29,7 +29,7 @@
"start:main": "cross-env NODE_ENV=development electronmon -r ts-node/register/transpile-only .",
"start:preload": "cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.preload.dev.ts",
"start:renderer": "cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack serve --config ./.erb/configs/webpack.config.renderer.dev.ts",
"prepare": "cm-buildhelper src/language/sql/sql.ts",
"build:lex": "cm-buildhelper src/language/sql/sql.ts",
"test": "jest --testPathIgnorePatterns=src/drivers",
"test:driver:pg": "jest src/drivers/pg",
"test:driver:mysql": "jest src/drivers/mysql",
Expand Down Expand Up @@ -256,7 +256,7 @@
},
"linux": {
"target": [
"AppImage", "deb", "snap"
"AppImage", "deb"
],
"artifactName": "${name}-${version}-${platform}_${arch}.${ext}",
"category": "Development"
Expand Down
4 changes: 2 additions & 2 deletions release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "querym",
"version": "0.5.6",
"version": "0.5.7",
"description": "Yet another database GUI for MySQL",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 9054f9b

Please sign in to comment.