We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0191663 commit 041e2b1Copy full SHA for 041e2b1
2 files changed
src-tauri/Cargo.toml
@@ -1,11 +1,11 @@
1
[package]
2
-name = "app"
3
-version = "0.1.0"
+name = "quickpoeter_gui"
+version = "1.0.0"
4
description = "A Tauri App"
5
-authors = ["you"]
6
-license = ""
7
-repository = ""
8
-default-run = "app"
+authors = ["sitandr"]
+license = "GPL"
+repository = "https://github.com/sitandr/quickpoeterGUI"
+default-run = "quickpoeter_gui"
9
edition = "2021"
10
rust-version = "1.57"
11
src-tauri/tauri.conf.json
@@ -9,7 +9,7 @@
},
"package": {
"productName": "Quickpoeter",
12
- "version": "0.1.0"
+ "version": "1.0.0"
13
14
"tauri": {
15
"allowlist": {
0 commit comments