Skip to content

Commit

Permalink
chore: release v0.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzio committed May 29, 2024
1 parent 93ffcac commit 7d9772c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.22",
"version": "0.3.23",
"private": true,
"scripts": {
"next-start": "cross-env BROWSER=none next dev -p 4040",
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.

5 changes: 3 additions & 2 deletions apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "penx"
version = "0.3.22"
version = "0.3.23"
description = "Your personal database"
authors = ["0xZion"]
license = ""
Expand All @@ -20,7 +20,8 @@ actix-cors = "0.6.1"
rusqlite = { version = "0.31.0", features = ["bundled"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tauri = { version = "1.6", features = [ "dialog-all",
tauri = { version = "1.6", features = [
"dialog-all",
"shell-all",
"notification-all",
"window-all",
Expand Down

0 comments on commit 7d9772c

Please sign in to comment.