From 85bc285e52d7349dc5531987ad411e5b28a3241b Mon Sep 17 00:00:00 2001 From: phoenixide Date: Mon, 25 Mar 2024 08:24:15 +0000 Subject: [PATCH] ci: update phcode version to 3.5.4 --- package.json | 4 ++-- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9a6c36ce..c35bcc6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "phoenix-code-ide", "private": true, - "version": "3.5.1", + "version": "3.5.4", "type": "module", "scripts": { "tauri": "tauri", @@ -54,6 +54,6 @@ "phoenixRepo": { "gitClonrUrl": "https://github.com/phcode-dev/phoenix.git", "branch": "tauri", - "commit": "7d7704e1de9e3be00f5c18110f4cbf6ca8786423" + "commit": "0fa699b93dc577691322f1ee3edc5aee41e0c6de" } } \ No newline at end of file diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 10bdac66..89d4c982 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phoenix-code-ide" -version = "3.5.1" +version = "3.5.4" 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 3b376d6c..4e72cd95 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.5.1" + "version": "3.5.4" }, "tauri": { "allowlist": {