Skip to content

Commit 041e2b1

Browse files
committed
Changed v. to 1.0 (well...)
1 parent 0191663 commit 041e2b1

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src-tauri/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
2-
name = "app"
3-
version = "0.1.0"
2+
name = "quickpoeter_gui"
3+
version = "1.0.0"
44
description = "A Tauri App"
5-
authors = ["you"]
6-
license = ""
7-
repository = ""
8-
default-run = "app"
5+
authors = ["sitandr"]
6+
license = "GPL"
7+
repository = "https://github.com/sitandr/quickpoeterGUI"
8+
default-run = "quickpoeter_gui"
99
edition = "2021"
1010
rust-version = "1.57"
1111

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"package": {
1111
"productName": "Quickpoeter",
12-
"version": "0.1.0"
12+
"version": "1.0.0"
1313
},
1414
"tauri": {
1515
"allowlist": {

0 commit comments

Comments
 (0)