This repository was archived by the owner on Aug 29, 2023. It is now read-only.
File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### Changes 3.1.5 (in development)
2
+
3
+
4
+
1
5
### Changes 3.1.4
2
6
3
7
* Updated to new keycloak version
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cate-app" ,
3
- "version" : " 3.1.4 " ,
3
+ "version" : " 3.1.5-dev0 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@blueprintjs/core" : " ^3.30.1" ,
Original file line number Diff line number Diff line change 2
2
// 1. with the version field in "../package.json".
3
3
// 2. with CATE_PWA_VERSION in "./serviceWorker.ts"
4
4
//
5
- export const CATE_APP_VERSION = "3.1.4 " ;
5
+ export const CATE_APP_VERSION = "3.1.5-dev0 " ;
6
6
7
7
const DEFAULT_API_ENDPOINT_DEV = 'https://dev.catehub.brockmann-consult.de/api/v2/' ;
8
8
const DEFAULT_API_ENDPOINT_PRODUCTION = 'https://catehub.climate.esa.int/api/v2' ;
Original file line number Diff line number Diff line change 14
14
// "./service-worker.js" file changes). Therefore we use a version number here,
15
15
// so we can force updates.
16
16
//
17
- const CATE_PWA_VERSION = "3.1.4 " ;
17
+ const CATE_PWA_VERSION = "3.1.5-dev0 " ;
18
18
19
19
console . debug ( `Cate PWA version ${ CATE_PWA_VERSION } ` ) ;
20
20
You can’t perform that action at this time.
0 commit comments