Skip to content

Commit 78325f1

Browse files
phoenixideabose
authored andcommitted
ci: update phcode version to 5.1.2
1 parent 8f239dc commit 78325f1

4 files changed

Lines changed: 11 additions & 8 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.1.1",
4+
"version": "5.1.2",
55
"type": "module",
66
"scripts": {
77
"tauri": "tauri",
@@ -47,6 +47,6 @@
4747
"phoenixRepo": {
4848
"gitClonrUrl": "https://github.com/phcode-dev/phoenix.git",
4949
"branch": "tauri",
50-
"commit": "a6a2bcaaeadb8ad2a8320492640672dcdc1981f3"
50+
"commit": "985db307292ad48648b5bfe6f2a5dbd556c9b573"
5151
}
52-
}
52+
}

src-electron/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
"name": "phoenix-code-electron-shell",
33
"identifier": "io.phcode.dev",
44
"stage": "dev",
5-
"trustedElectronDomains": ["phtauri://localhost/", "https://phcode.dev/"],
6-
"version": "5.0.5",
5+
"trustedElectronDomains": [
6+
"phtauri://localhost/",
7+
"https://phcode.dev/"
8+
],
9+
"version": "5.1.2",
710
"productName": "Phoenix Code Experimental Build",
811
"description": "Phoenix Code Experimental Build",
912
"main": "main.js",
@@ -19,4 +22,4 @@
1922
"electron": "^40.0.0",
2023
"electron-builder": "^24.13.3"
2124
}
22-
}
25+
}

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.1.1"
3+
version = "5.1.2"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "Phoenix Code Experimental Build",
11-
"version": "5.1.1"
11+
"version": "5.1.2"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)