Skip to content

Commit 6ba9abd

Browse files
committed
ci: bump major version to 5.0.0
1 parent 307254d commit 6ba9abd

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

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.1.2-0",
4-
"apiVersion": "4.1.2",
3+
"version": "5.0.0-0",
4+
"apiVersion": "5.0.0",
55
"homepage": "https://core.ai",
66
"issues": {
77
"url": "https://github.com/phcode-dev/phoenix/issues"
@@ -121,4 +121,4 @@
121121
"tinycolor2": "^1.4.2",
122122
"underscore": "^1.13.4"
123123
}
124-
}
124+
}

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.1.2-0",
5-
"apiVersion": "4.1.2",
4+
"version": "5.0.0-0",
5+
"apiVersion": "5.0.0",
66
"keywords": [],
77
"author": "arun@core.ai",
88
"homepage": "https://github.com/phcode-dev/phoenix",
@@ -29,4 +29,4 @@
2929
"which": "^2.0.1",
3030
"@expo/sudo-prompt": "^9.3.2"
3131
}
32-
}
32+
}

src/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"bugsnagEnv": "development"
4646
},
4747
"name": "Phoenix Code",
48-
"version": "4.1.2-0",
49-
"apiVersion": "4.1.2",
48+
"version": "5.0.0-0",
49+
"apiVersion": "5.0.0",
5050
"homepage": "https://core.ai",
5151
"issues": {
5252
"url": "https://github.com/phcode-dev/phoenix/issues"
@@ -66,4 +66,4 @@
6666
"url": "https://github.com/phcode-dev/phoenix/blob/master/LICENSE"
6767
}
6868
]
69-
}
69+
}

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.1.2";</script>
71+
<script>window.PHOENIX_APP_CACHE_VERSION="5.0.0";</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)