2 parents d102380 + 78b1d8a commit a4caf88Copy full SHA for a4caf88
3 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "pi-notes",
3
"private": true,
4
- "version": "0.0.3",
+ "version": "0.0.4",
5
"license": "MIT",
6
"type": "module",
7
"scripts": {
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pi-notes"
-version = "0.0.3"
+version = "0.0.4"
edition = "2021"
[lib]
src-tauri/tauri.conf.json
"productName": "PI Notes",
"identifier": "com.pi-notes",
"build": {
"frontendDist": "../dist",
0 commit comments