Skip to content

Commit

Permalink
bump to version 0.1.3 and add proper logo
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Jun 14, 2023
1 parent 578b38c commit 67b89df
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 27 deletions.
Binary file modified assets/icon.icns
Binary file not shown.
Binary file modified assets/icon.ico
Binary file not shown.
Binary file modified assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
110 changes: 87 additions & 23 deletions assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "querymaster",
"description": "just another database graphical client",
"version": "0.1.2",
"version": "0.1.3",
"keywords": [
"database",
"mysql",
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": "query-master",
"version": "0.1.2",
"version": "0.1.3",
"description": "Yet another database GUI for MySQL",
"license": "MIT",
"author": {
Expand Down
3 changes: 3 additions & 0 deletions src/renderer/screens/HomeScreen/WelcomeScreen.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import Stack from 'renderer/components/Stack';
import Heading from 'renderer/components/Typo/Heading';
import imageLogo from './../../../../assets/icon.svg';
import pkg from './../../../../package.json';

export default function WelcomeScreen() {
return (
<Stack padding vertical full center>
<img src={imageLogo} alt="" width={150} height={150} />

<Heading>Query Master v{pkg.version}</Heading>

<p>
Expand Down

0 comments on commit 67b89df

Please sign in to comment.