Skip to content

Commit

Permalink
ci: bump patch version to 3.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Jun 27, 2024
1 parent 9b83785 commit 142b45b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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": "3.8.8-0",
"apiVersion": "3.8.8",
"version": "3.8.9-0",
"apiVersion": "3.8.9",
"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": "3.8.8-0",
"apiVersion": "3.8.8",
"version": "3.8.9-0",
"apiVersion": "3.8.9",
"keywords": [],
"author": "[email protected]",
"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 @@ -37,8 37,8 @@
"bugsnagEnv": "development"
},
"name": "Phoenix Code",
"version": "3.8.8-0",
"apiVersion": "3.8.8",
"version": "3.8.9-0",
"apiVersion": "3.8.9",
"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="3.8.8";</script>
<script>window.PHOENIX_APP_CACHE_VERSION="3.8.9";</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

0 comments on commit 142b45b

Please sign in to comment.