Skip to content

Commit

Permalink
See if updater works
Browse files Browse the repository at this point in the history
  • Loading branch information
sbritorodr committed Oct 15, 2022
1 parent 57d5180 commit 6a4d188
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "allsum",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
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 = "allsum"
version = "0.1.0"
version = "0.1.1"
description = "A Tauri App"
authors = ["you"]
authors = ["sbritorodr"]
license = "GPL-3.0-or-later"
repository = ""
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "allsum",
"version": "0.1.0"
"version": "0.1.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 6a4d188

Please sign in to comment.