Skip to content

Commit d90a5fe

Browse files
committed
Update version to 1.0.1
1 parent aba6707 commit d90a5fe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "screenshot-macos"
3-
version = "0.0.0"
3+
version = "1.0.1"
44
description = "A Tauri App"
55
authors = ["Pringles"]
66
license = ""

src-tauri/tauri.conf.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "Screenshot Uploader",
11-
"version": "1.0.0"
11+
"version": "1.0.1"
1212
},
1313
"tauri": {
1414
"allowlist": {
@@ -45,7 +45,7 @@
4545
"signingIdentity": null
4646
},
4747
"resources": ["sounds/*", "images/*"],
48-
"shortDescription": "Simple Screenshot Tool",
48+
"shortDescription": "nest.rip's screenshot uploader",
4949
"targets": "all",
5050
"windows": {
5151
"certificateThumbprint": null,

0 commit comments

Comments
 (0)