Skip to content

Commit

Permalink
chore: 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Mar 6, 2023
1 parent 0b1a430 commit e06267a
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": "pot",
"private": true,
"version": "0.0.0",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -26,4 +26,4 @@
"@vitejs/plugin-react": "^3.0.0",
"vite": "^4.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.

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pot"
version = "0.0.0"
description = "A Tauri App"
version = "0.0.2"
description = "A cross-platform translation software"
authors = ["Pylogmon"]
license = "GPLv3"
repository = "https://github.com/Pylogmon/Pot"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "pot",
"version": "0.0.1"
"version": "0.0.2"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit e06267a

Please sign in to comment.