Skip to content

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PringlePot committed Sep 25, 2022
1 parent aba6707 commit d90a5fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screenshot-macos"
version = "0.0.0"
version = "1.0.1"
description = "A Tauri App"
authors = ["Pringles"]
license = ""
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Screenshot Uploader",
"version": "1.0.0"
"version": "1.0.1"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"signingIdentity": null
},
"resources": ["sounds/*", "images/*"],
"shortDescription": "Simple Screenshot Tool",
"shortDescription": "nest.rip's screenshot uploader",
"targets": "all",
"windows": {
"certificateThumbprint": null,
Expand Down

0 comments on commit d90a5fe

Please sign in to comment.