Skip to content

Commit 94a85c5

Browse files
committed
ci: bump patch version to 4.0.1
1 parent 205a692 commit 94a85c5

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": "4.0.0-0",
4-
"apiVersion": "4.0.0",
3+
"version": "4.0.1-0",
4+
"apiVersion": "4.0.1",
55
"homepage": "https://core.ai",
66
"issues": {
77
"url": "https://github.com/phcode-dev/phoenix/issues"
@@ -117,4 +117,4 @@
117117
"tinycolor2": "^1.4.2",
118118
"underscore": "^1.13.4"
119119
}
120-
}
120+
}

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": "4.0.0-0",
5-
"apiVersion": "4.0.0",
4+
"version": "4.0.1-0",
5+
"apiVersion": "4.0.1",
66
"keywords": [],
77
"author": "[email protected]",
88
"homepage": "https://github.com/phcode-dev/phoenix",
@@ -28,4 +28,4 @@
2828
"cross-spawn": "^7.0.6",
2929
"which": "^2.0.1"
3030
}
31-
}
31+
}

src/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"bugsnagEnv": "development"
3838
},
3939
"name": "Phoenix Code",
40-
"version": "4.0.0-0",
41-
"apiVersion": "4.0.0",
40+
"version": "4.0.1-0",
41+
"apiVersion": "4.0.1",
4242
"homepage": "https://core.ai",
4343
"issues": {
4444
"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="4.0.0";</script>
71+
<script>window.PHOENIX_APP_CACHE_VERSION="4.0.1";</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)