Skip to content

Commit d0b11bc

Browse files
phoenixideabose
authored andcommitted
ci: update phcode version to 5.1.0
1 parent 4fc1a08 commit d0b11bc

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phoenix-code-ide",
33
"private": true,
4-
"version": "5.0.5",
4+
"version": "5.1.0",
55
"type": "module",
66
"scripts": {
77
"tauri": "tauri",
@@ -50,6 +50,6 @@
5050
"phoenixRepo": {
5151
"gitClonrUrl": "https://github.com/phcode-dev/phoenix.git",
5252
"branch": "tauri",
53-
"commit": "23987dad9240266fd297cbb99202178a3f68a6b2"
53+
"commit": "ea4c212496edbb651bed31b2a3768d2223ead900"
5454
}
55-
}
55+
}

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 = "5.0.5"
3+
version = "5.1.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
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "Phoenix Code Experimental Build",
11-
"version": "5.0.5"
11+
"version": "5.1.0"
1212
},
1313
"tauri": {
1414
"allowlist": {
@@ -483,4 +483,4 @@
483483
}
484484
]
485485
}
486-
}
486+
}

0 commit comments

Comments
 (0)