[go: nahoru, domu]

Skip to content

Commit

Permalink
chore: bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoodie committed Sep 19, 2022
1 parent 8f58a76 commit deada0e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "arcdps_updater_dx11",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"author": "iGoodie",
"scripts": {
"dev": "vite",
"build": "tsc && 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
@@ -1,8 +1,8 @@
[package]
name = "arcdps_updater_dx11"
version = "0.0.0"
version = "1.0.0"
description = "A Tauri App"
authors = ["you"]
authors = ["iGoodie"]
license = ""
repository = ""
edition = "2021"
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"distDir": "../dist"
},
"package": {
"productName": "arcdps_updater_dx11",
"version": "0.0.0"
"productName": "Arcdps Updater (For DX11)",
"version": "1.0.0"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "com.tauri.dev",
"identifier": "net.programmer.igoodie",
"longDescription": "",
"macOS": {
"entitlements": null,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"noEmit": true,
"jsx": "react-jsx",
"paths": {
"@/*": ["./src"]
"@/*": ["./src/*"]
}
},
"include": ["src"],
Expand Down

0 comments on commit deada0e

Please sign in to comment.