chore: bump version to 0.32.0 [skip ci]

This commit is contained in:
github-actions[bot]
2026-02-05 17:12:37 +00:00
parent 7c992340fc
commit fec7470a4c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "alphahuman",
"private": true,
"version": "0.31.0",
"version": "0.32.0",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "AlphaHuman",
"version": "0.31.0",
"version": "0.32.0",
"identifier": "com.alphahuman.app",
"build": {
"beforeDevCommand": "npm run dev",