File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments