Skip to content

Commit

Permalink
chore: release v0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzion committed May 16, 2024
1 parent 09892d9 commit ca4fafc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "desktop",
"version": "0.3.8",
"version": "0.3.9",
"private": true,
"scripts": {
"next-start": "cross-env BROWSER=none next dev",
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.lock

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

4 changes: 2 additions & 2 deletions apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "app"
version = "0.3.8"
version = "0.3.9"
description = "Your personal database"
authors = ["0xZion"]
license = ""
repository = ""
default-run = "app"
edition = "2024"
edition = "2021"
rust-version = "1.66"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "PenX",
"version": "0.3.8"
"version": "0.3.9"
},
"tauri": {
"systemTray": {
Expand Down

0 comments on commit ca4fafc

Please sign in to comment.