Skip to content

Commit e66a3f2

Browse files
committed
ci: bump patch version to 3.5.2
1 parent 7d7704e commit e66a3f2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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",
3-
"version": "3.5.1-0",
4-
"apiVersion": "3.5.1",
3+
"version": "3.5.2-0",
4+
"apiVersion": "3.5.2",
55
"homepage": "https://core.ai",
66
"issues": {
77
"url": "https://github.com/phcode-dev/phoenix/issues"

src-node/package.json

Lines changed: 2 additions & 2 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": "3.5.1-0",
5-
"apiVersion": "3.5.1",
4+
"version": "3.5.2-0",
5+
"apiVersion": "3.5.2",
66
"keywords": [],
77
"author": "[email protected]",
88
"homepage": "https://github.com/phcode-dev/phoenix",

src/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"bugsnagEnv": "development"
3636
},
3737
"name": "Phoenix Code",
38-
"version": "3.5.1-0",
39-
"apiVersion": "3.5.1",
38+
"version": "3.5.2-0",
39+
"apiVersion": "3.5.2",
4040
"homepage": "https://core.ai",
4141
"issues": {
4242
"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
@@ -49,7 +49,7 @@
4949
<!-- start inline javascript and non module bootstrap scripts. you must add module scripts to the
5050
javascript module section only!!-->
5151
<!-- The app cache version is set by the pipeline version update script. Do not update manually.-->
52-
<script>window.PHOENIX_APP_CACHE_VERSION="3.5.1";</script>
52+
<script>window.PHOENIX_APP_CACHE_VERSION="3.5.2";</script>
5353
<!-- The app cache version is set by the pipeline version update script. Do not update manually.-->
5454
<script>
5555
if(["dev.phcode.dev", "staging.phcode.dev"].includes(location.hostname)

0 commit comments

Comments
 (0)