diff --git a/package.json b/package.json index b84e356b1..c76e94153 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alphahuman", "private": true, - "version": "0.32.0", + "version": "0.33.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1a0a6caf7..1b1aefb72 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "AlphaHuman", - "version": "0.32.0", + "version": "0.33.0", "identifier": "com.alphahuman.app", "build": { "beforeDevCommand": "npm run dev",