Skip to content

Commit 9e0af05

Browse files
phoenixideabose
authored andcommitted
ci: update phcode version to 5.1.6
1 parent cae436d commit 9e0af05

4 files changed

Lines changed: 6 additions & 6 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": "5.1.5",
4+
"version": "5.1.6",
55
"type": "module",
66
"scripts": {
77
"tauri": "tauri",
@@ -48,6 +48,6 @@
4848
"phoenixRepo": {
4949
"gitClonrUrl": "https://github.com/phcode-dev/phoenix.git",
5050
"branch": "tauri",
51-
"commit": "31ea5ae5623623586d8d39d84e43cc61af9b3b05"
51+
"commit": "a97d1a64c4ed53237c37dabc724c087151ae1c44"
5252
}
5353
}

src-electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"phtauri://localhost/",
77
"https://phcode.dev/"
88
],
9-
"version": "5.1.5",
9+
"version": "5.1.6",
1010
"productName": "Phoenix Code Experimental Build",
1111
"description": "Phoenix Code Experimental Build",
1212
"main": "main.js",
@@ -22,4 +22,4 @@
2222
"electron": "^41.1.1",
2323
"electron-builder": "^24.13.3"
2424
}
25-
}
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.5"
3+
version = "5.1.6"
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.5"
11+
"version": "5.1.6"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)