Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Tnze committed Aug 18, 2023
1 parent f6b5325 commit 30d1279
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.11.6",
"version": "0.11.7",
"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.

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description = "BestCraft rust backend"
edition = "2021"
license = ""
name = "app"
repository = ""
repository = "https://github.com/Tnze/ffxiv-best-craft"
rust-version = "1.71"
version = "0.11.6"
version = "0.11.7"

# 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.11.6"
"version": "0.11.7"
},
"build": {
"distDir": "../dist",
Expand Down

0 comments on commit 30d1279

Please sign in to comment.