Skip to content

Commit 8744cdd

Browse files
committed
feat: version bump to 3.2 with safari and firefox support
1 parent a077bb1 commit 8744cdd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.1.22-0",
4-
"apiVersion": "3.1.22",
3+
"version": "3.2.0-0",
4+
"apiVersion": "3.2.0",
55
"homepage": "https://core.ai",
66
"issues": {
77
"url": "https://github.com/phcode-dev/phoenix/issues"

src/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"bugsnagEnv": "development"
3232
},
3333
"name": "Phoenix",
34-
"version": "3.1.22-0",
35-
"apiVersion": "3.1.22",
34+
"version": "3.2.0-0",
35+
"apiVersion": "3.2.0",
3636
"homepage": "https://core.ai",
3737
"issues": {
3838
"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
@@ -143,7 +143,7 @@
143143
const CACHE_NAME_EVERYTHING = "everything";
144144
function _resetCacheIfNeeded() {
145145
const cacheKey = "browserCacheVersionKey";
146-
const newCacheVersion = "V13"; // just increment this number to V2, v3 etc. to force clear the cached content.
146+
const newCacheVersion = "V14"; // just increment this number to V2, v3 etc. to force clear the cached content.
147147
const lastClearedVersion = window.localStorage.getItem(cacheKey);
148148
if(lastClearedVersion === null){
149149
// setup First load flag, no cache, return.

0 commit comments

Comments
 (0)