Skip to content

Commit 9d8bb60

Browse files
phoenixideabose
authored andcommitted
ci: update phcode version to 3.2.3
1 parent b117c12 commit 9d8bb60

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phoenix-code-ide",
33
"private": true,
4-
"version": "3.2.2",
4+
"version": "3.2.3",
55
"type": "module",
66
"scripts": {
77
"tauri": "tauri",
@@ -37,6 +37,6 @@
3737
"phoenixRepo": {
3838
"gitClonrUrl": "https://github.com/phcode-dev/phoenix.git",
3939
"branch": "tauri",
40-
"commit": "3ce6abe6b11f24d5a364ee9a5dd6b5fd04b73b9a"
40+
"commit": "ba6dc018d22a705013a6af0c66346d5f9bf6b1cf"
4141
}
4242
}

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "phoenix-code-ide"
3-
version = "3.2.2"
3+
version = "3.2.3"
44
description = "Phoenix is a modern open-source IDE for the web, built for the browser."
55
66
license = "GNU AGPL 3.0"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"package": {
1111
"productName": "Phoenix Code",
12-
"version": "3.2.2"
12+
"version": "3.2.3"
1313
},
1414
"tauri": {
1515
"allowlist": {

0 commit comments

Comments
 (0)