Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iansinnott committed Dec 1, 2023
1 parent 920c07f commit 097ca69
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.0.0",
"version": "3.0.2",
"private": true,
"scripts": {
"dev": "tauri dev",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@microsoft/fetch-event-source": "2.0.1",
"@tauri-apps/api": "1.3.0",
"@vkontakte/vk-qr": "2.0.13",
"@vlcn.io/crsqlite-wasm": "0.16.0-next.0",
"@vlcn.io/crsqlite-wasm": "0.16.0-next.2",
"@vlcn.io/rx-tbl": "0.15.0-next.0",
"@vlcn.io/sync-p2p": "0.12.0",
"classnames": "2.3.2",
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": "Prompta",
"version": "3.0.0"
"version": "3.0.2"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 097ca69

Please sign in to comment.