Skip to content

Commit 9b90f33

Browse files
phoenixideabose
authored andcommitted
ci: update phcode version to 3.3.4
1 parent 93b5333 commit 9b90f33

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

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.3.3",
4+
"version": "3.3.4",
55
"type": "module",
66
"scripts": {
77
"tauri": "tauri",
@@ -52,6 +52,6 @@
5252
"phoenixRepo": {
5353
"gitClonrUrl": "https://github.com/phcode-dev/phoenix.git",
5454
"branch": "tauri",
55-
"commit": "5821ec685394a1f050af4679b597e4eab532b34c"
55+
"commit": "3745c2a913e800c5626f9332b3c0c449cca20dfb"
5656
}
5757
}

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.3.3"
3+
version = "3.3.4"
44
description = "Phoenix is a modern open-source IDE for the web, built for the browser."
55
authors = ["arun@core.ai, charly@core.ai"]
66
license = "GNU AGPL 3.0"

src-tauri/tauri.conf.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"package": {
1111
"productName": "Phoenix Code Experimental Build",
12-
"version": "3.3.3"
12+
"version": "3.3.4"
1313
},
1414
"tauri": {
1515
"allowlist": {
@@ -104,8 +104,8 @@
104104
"copyright": "Copyright (c) 2022 - present Core.ai",
105105
"deb": {
106106
"depends": [
107-
"libwebkit2gtk-4.0-37",
108-
"libgtk-3-0"
107+
"libwebkit2gtk-4.0-37",
108+
"libgtk-3-0"
109109
]
110110
},
111111
"appimage": {
@@ -410,4 +410,4 @@
410410
}
411411
]
412412
}
413-
}
413+
}

0 commit comments

Comments
 (0)