Skip to content

Commit

Permalink
Merge pull request #24 from HoaX7/master
Browse files Browse the repository at this point in the history
release 0.3.1
  • Loading branch information
HoaX7 authored Sep 21, 2024
2 parents 2a7be82 + 36fe307 commit 0a6a014
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/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 app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scribe"
version = "0.3.0"
version = "0.3.1"
description = "A note taking app with seamless user experience"
authors = ["HoaX7"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion app/src-tauri/src/tray.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::shortcuts;

struct MenuItems{}
impl MenuItems {
const SHORTNOTES: (&str, &str) = ("shortnotes", "Shortnotes Ctrl+Space");
const SHORTNOTES: (&str, &str) = ("shortnotes", "Shortnotes Ctrl+Enter");
const SETTINGS: (&str, &str) = ("settings", "Settings");
const QUIT: (&str, &str) = ("quit", "Quit");
}
Expand Down
2 changes: 1 addition & 1 deletion app/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "scribe",
"version": "0.3.0"
"version": "0.3.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 0a6a014

Please sign in to comment.