Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "phoenix",
"version": "5.1.25-0",
"apiVersion": "5.1.25",
"version": "5.2.0-0",
"apiVersion": "5.2.0",
"homepage": "https://core.ai",
"issues": {
"url": "https://github.com/phcode-dev/phoenix/issues"
Expand Down
4 changes: 2 additions & 2 deletions src-node/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@phcode/node-core",
"description": "Phoenix Node Core",
"version": "5.1.25-0",
"apiVersion": "5.1.25",
"version": "5.2.0-0",
"apiVersion": "5.2.0",
"keywords": [],
"author": "arun@core.ai",
"homepage": "https://github.com/phcode-dev/phoenix",
Expand Down
4 changes: 2 additions & 2 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"bugsnagEnv": "development"
},
"name": "Phoenix Code",
"version": "5.1.25-0",
"apiVersion": "5.1.25",
"version": "5.2.0-0",
"apiVersion": "5.2.0",
"homepage": "https://core.ai",
"issues": {
"url": "https://github.com/phcode-dev/phoenix/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<!-- start inline javascript and non module bootstrap scripts. you must add module scripts to the
javascript module section only!!-->
<!-- The app cache version is set by the pipeline version update script. Do not update manually.-->
<script>window.PHOENIX_APP_CACHE_VERSION="5.1.25";</script>
<script>window.PHOENIX_APP_CACHE_VERSION="5.2.0";</script>
<!-- The app cache version is set by the pipeline version update script. Do not update manually.-->
<script>
if(["dev.phcode.dev", "staging.phcode.dev"].includes(location.hostname)
Expand Down