Skip to content

Commit

Permalink
Merge pull request #172 from pfitzer/main
Browse files Browse the repository at this point in the history
Update version to 0.4.0
  • Loading branch information
pfitzer authored Sep 23, 2024
2 parents 76718db + a2eda55 commit 9ee4a37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notes",
"private": true,
"version": "0.3.2",
"version": "0.4.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion 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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notes"
version = "0.3.2"
version = "0.4.0"
description = "A Tauri App"
authors = ["Michael Pfister <michael@mp-development.de>"]
license = "MIT"
Expand Down

0 comments on commit 9ee4a37

Please sign in to comment.