Skip to content

Commit 3e0e098

Browse files
committed
ci: bump patch version to 3.4.6
1 parent 8e9aaee commit 3e0e098

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.4.5-0",
4-
"apiVersion": "3.4.5",
3+
"version": "3.4.6-0",
4+
"apiVersion": "3.4.6",
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.4.5-0",
5-
"apiVersion": "3.4.5",
4+
"version": "3.4.6-0",
5+
"apiVersion": "3.4.6",
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
@@ -36,8 +36,8 @@
3636
"bugsnagEnv": "development"
3737
},
3838
"name": "Phoenix Code",
39-
"version": "3.4.5-0",
40-
"apiVersion": "3.4.5",
39+
"version": "3.4.6-0",
40+
"apiVersion": "3.4.6",
4141
"homepage": "https://core.ai",
4242
"issues": {
4343
"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.4.5";</script>
52+
<script>window.PHOENIX_APP_CACHE_VERSION="3.4.6";</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)