Skip to content

Commit 789d99b

Browse files
committed
ci: bump patch version to 5.1.6
1 parent 31ea5ae commit 789d99b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phoenix",
3-
"version": "5.1.5-0",
4-
"apiVersion": "5.1.5",
3+
"version": "5.1.6-0",
4+
"apiVersion": "5.1.6",
55
"homepage": "https://core.ai",
66
"issues": {
77
"url": "https://github.com/phcode-dev/phoenix/issues"
@@ -129,4 +129,4 @@
129129
"@xterm/addon-web-links": "^0.12.0",
130130
"@xterm/addon-webgl": "^0.19.0"
131131
}
132-
}
132+
}

src-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@phcode/node-core",
33
"description": "Phoenix Node Core",
4-
"version": "5.1.5-0",
5-
"apiVersion": "5.1.5",
4+
"version": "5.1.6-0",
5+
"apiVersion": "5.1.6",
66
"keywords": [],
77
"author": "arun@core.ai",
88
"homepage": "https://github.com/phcode-dev/phoenix",
@@ -33,4 +33,4 @@
3333
"ws": "^8.17.1",
3434
"zod": "^3.25.76"
3535
}
36-
}
36+
}

src/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"bugsnagEnv": "development"
4747
},
4848
"name": "Phoenix Code",
49-
"version": "5.1.5-0",
50-
"apiVersion": "5.1.5",
49+
"version": "5.1.6-0",
50+
"apiVersion": "5.1.6",
5151
"homepage": "https://core.ai",
5252
"issues": {
5353
"url": "https://github.com/phcode-dev/phoenix/issues"

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<!-- start inline javascript and non module bootstrap scripts. you must add module scripts to the
6969
javascript module section only!!-->
7070
<!-- The app cache version is set by the pipeline version update script. Do not update manually.-->
71-
<script>window.PHOENIX_APP_CACHE_VERSION="5.1.5";</script>
71+
<script>window.PHOENIX_APP_CACHE_VERSION="5.1.6";</script>
7272
<!-- The app cache version is set by the pipeline version update script. Do not update manually.-->
7373
<script>
7474
if(["dev.phcode.dev", "staging.phcode.dev"].includes(location.hostname)

0 commit comments

Comments
 (0)