Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iansinnott committed Jul 17, 2023
1 parent 4ebd29e commit d163297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prompta",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "tauri dev",
Expand Down Expand Up @@ -56,4 +56,4 @@
"svelte-markdown": "0.2.3",
"uuid": "9.0.0"
}
}
}
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": "Prompta",
"version": "1.0.1"
"version": "1.1.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit d163297

Please sign in to comment.