diff --git a/package.json b/package.json index 7059e85..7833b8c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "phoenix-code-ide", "private": true, - "version": "3.9.4", + "version": "3.10.0", "type": "module", "scripts": { "tauri": "tauri", @@ -54,6 +54,6 @@ "phoenixRepo": { "gitClonrUrl": "https://github.com/phcode-dev/phoenix.git", "branch": "tauri", - "commit": "1c25b224e755da32170e7441eea7e2b73ade6c20" + "commit": "9d96de414fca69d5fef91a2936d3b76eb94178fd" } } \ No newline at end of file diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c14efd4..23b50de 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phoenix-code-ide" -version = "3.9.4" +version = "3.10.0" description = "Phoenix Code" authors = ["arun@core.ai, charly@core.ai"] license = "GNU AGPL 3.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c88003f..9db4b12 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "Phoenix Code Experimental Build", - "version": "3.9.4" + "version": "3.10.0" }, "tauri": { "allowlist": { @@ -484,4 +484,4 @@ } ] } -} +} \ No newline at end of file