Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed Nov 17, 2024
1 parent 901f457 commit 7c4619a
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 235 deletions.
171 changes: 135 additions & 36 deletions 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 = "deploykit-gui"
version = "0.9.0"
version = "0.9.1"
description = "Deploykit GUI frontend"
authors = ["you"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"productName": "deploykit-gui",
"mainBinaryName": "deploykit-gui",
"version": "0.9.0",
"version": "0.9.1",
"app": {
"windows": [
{
Expand Down
Loading

0 comments on commit 7c4619a

Please sign in to comment.