diff --git a/package.json b/package.json index 107a9499..bf5a0221 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "phoenix-code-ide", "private": true, - "version": "3.4.1", + "version": "3.4.2", "type": "module", "scripts": { "tauri": "tauri", @@ -54,6 +54,6 @@ "phoenixRepo": { "gitClonrUrl": "https://github.com/phcode-dev/phoenix.git", "branch": "tauri", - "commit": "ebd430e3cfe76c2b14db0ecec3f7fa38c2fb6ace" + "commit": "b3299ebd75cc4115ac358d7d872d12808a26c1b8" } } \ No newline at end of file diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0ca945c7..4bb529fd 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phoenix-code-ide" -version = "3.4.1" +version = "3.4.2" description = "Phoenix is a modern open-source IDE for the web, built for the browser." 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 e3c930b9..2697446f 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.4.1" + "version": "3.4.2" }, "tauri": { "allowlist": {