Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iansinnott committed Dec 19, 2023
1 parent 99e397a commit ba7da98
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": "3.2.0",
"version": "3.2.1",
"private": true,
"scripts": {
"dev": "tauri dev",
Expand Down Expand Up @@ -68,4 +68,4 @@
"svelte-markdown": "0.4.0",
"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": "3.2.0"
"version": "3.2.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit ba7da98

Please sign in to comment.