Skip to content

Commit

Permalink
v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iansinnott committed May 14, 2023
1 parent 2db183b commit bc89484
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": "0.15.1",
"version": "0.15.2",
"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": "0.15.1"
"version": "0.15.2"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit bc89484

Please sign in to comment.