Skip to content

Commit 7c4619a

Browse files
committed
v0.9.1
1 parent 901f457 commit 7c4619a

File tree

4 files changed

+334
-235
lines changed

4 files changed

+334
-235
lines changed

src-tauri/Cargo.lock

Lines changed: 135 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deploykit-gui"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "Deploykit GUI frontend"
55
authors = ["you"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"productName": "deploykit-gui",
2929
"mainBinaryName": "deploykit-gui",
30-
"version": "0.9.0",
30+
"version": "0.9.1",
3131
"app": {
3232
"windows": [
3333
{

0 commit comments

Comments
 (0)