From 9dc08c6d16316d797fcfe154030944260dcfc4e5 Mon Sep 17 00:00:00 2001 From: phoenixide Date: Fri, 14 Jun 2024 06:11:49 +0000 Subject: [PATCH] ci: update phcode version to 3.8.3 --- 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 2f03efcf..34a34c59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "phoenix-code-ide", "private": true, - "version": "3.8.2", + "version": "3.8.3", "type": "module", "scripts": { "tauri": "tauri", @@ -54,6 +54,6 @@ "phoenixRepo": { "gitClonrUrl": "https://github.com/phcode-dev/phoenix.git", "branch": "tauri", - "commit": "e3f35695abf634a5416256cb71e3ea2a41efda99" + "commit": "3c1c45b38b2514b8a52211cfe59fff5dc230c5e6" } } \ No newline at end of file diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 447735c8..272d9d6a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phoenix-code-ide" -version = "3.8.2" +version = "3.8.3" 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 03f465e7..01724609 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.8.2" + "version": "3.8.3" }, "tauri": { "allowlist": {