Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Tnze committed Oct 14, 2023
1 parent 3e7d8a0 commit 0231ffd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ffxiv-best-craft",
"private": true,
"version": "0.12.0",
"version": "0.12.1",
"scripts": {
"dev": "vite",
"build": "vite build",
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
Expand Up @@ -7,7 +7,7 @@ license = ""
name = "app"
repository = "https://github.com/Tnze/ffxiv-best-craft"
rust-version = "1.71"
version = "0.12.0"
version = "0.12.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "BestCraft",
"version": "0.12.0"
"version": "0.12.1"
},
"build": {
"distDir": "../dist",
Expand Down

0 comments on commit 0231ffd

Please sign in to comment.