Skip to content

Commit 4e141cf

Browse files
phoenixideabose
authored andcommitted
ci: update phcode version to 5.0.0
1 parent 04e7e91 commit 4e141cf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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": "4.1.1",
4+
"version": "5.0.0",
55
"type": "module",
66
"scripts": {
77
"tauri": "tauri",
@@ -54,6 +54,6 @@
5454
"phoenixRepo": {
5555
"gitClonrUrl": "https://github.com/phcode-dev/phoenix.git",
5656
"branch": "tauri",
57-
"commit": "a24e0b5d37a989818c2d37560fa31038556a8e17"
57+
"commit": "c9b089b185175d566b05edf000cbd9194c11032d"
5858
}
5959
}

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 = "4.1.1"
3+
version = "5.0.0"
44
description = "Phoenix Code"
55
authors = ["arun@core.ai, charly@core.ai"]
66
license = "GNU AGPL 3.0"

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"package": {
1111
"productName": "Phoenix Code Experimental Build",
12-
"version": "4.1.1"
12+
"version": "5.0.0"
1313
},
1414
"tauri": {
1515
"allowlist": {
@@ -484,4 +484,4 @@
484484
}
485485
]
486486
}
487-
}
487+
}

0 commit comments

Comments
 (0)