Skip to content

Commit a4caf88

Browse files
authored
Merge pull request #32 from brunocalza/release/v0.0.4
chore: release v0.0.4
2 parents d102380 + 78b1d8a commit a4caf88

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pi-notes",
33
"private": true,
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"license": "MIT",
66
"type": "module",
77
"scripts": {

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pi-notes"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
edition = "2021"
55

66
[lib]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "PI Notes",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"identifier": "com.pi-notes",
55
"build": {
66
"frontendDist": "../dist",

0 commit comments

Comments
 (0)