Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Gusmao committed Sep 7, 2024
1 parent 3f6343a commit 95d3088
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "learn-once",
"private": true,
"version": "0.0.0",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -64,4 +64,4 @@
"typescript": "^5.0.2",
"vite": "^5.0.0"
}
}
}
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 = "learn-once"
version = "0.0.0"
version = "0.0.2"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "learn-once",
"version": "0.0.0",
"version": "0.0.2",
"identifier": "com.learn-once.dev",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down Expand Up @@ -31,4 +31,4 @@
"icons/icon.ico"
]
}
}
}

0 comments on commit 95d3088

Please sign in to comment.