Skip to content

Commit

Permalink
bump to v0.1.2 and dont force center window on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
laander committed Sep 29, 2021
1 parent acedca3 commit 253ff8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dai",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"@chakra-ui/react": "^1.6.8",
"@emotion/react": "^11",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dai"
version = "0.1.1"
version = "0.1.2"
description = "A minimalistic todo app that does as little as possible"
authors = ["you"]
license = ""
Expand Down
3 changes: 1 addition & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Dai",
"version": "0.1.1"
"version": "0.1.2"
},
"build": {
"distDir": "../build",
Expand Down Expand Up @@ -62,7 +62,6 @@
"minHeight": 260,
"resizable": true,
"fullscreen": false,
"center": true,
"focus": true
}
],
Expand Down

0 comments on commit 253ff8c

Please sign in to comment.