Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit a37f591

Browse files
committed
v3.2.0
1 parent f185ce3 commit a37f591

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prompta",
3-
"version": "3.2.0-next.3",
3+
"version": "3.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "tauri dev",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "Prompta",
11-
"version": "3.2.0-next.3"
11+
"version": "3.2.0"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)