Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 43aad47

Browse files
committedMar 1, 2023
after 3.1.4 release
1 parent 1d9f474 commit 43aad47

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed
 

‎CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Changes 3.1.5 (in development)
2+
3+
4+
15
### Changes 3.1.4
26

37
* Updated to new keycloak version

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cate-app",
3-
"version": "3.1.4",
3+
"version": "3.1.5-dev0",
44
"private": true,
55
"dependencies": {
66
"@blueprintjs/core": "^3.30.1",

‎src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// 1. with the version field in "../package.json".
33
// 2. with CATE_PWA_VERSION in "./serviceWorker.ts"
44
//
5-
export const CATE_APP_VERSION = "3.1.4";
5+
export const CATE_APP_VERSION = "3.1.5-dev0";
66

77
const DEFAULT_API_ENDPOINT_DEV = 'https://dev.catehub.brockmann-consult.de/api/v2/';
88
const DEFAULT_API_ENDPOINT_PRODUCTION = 'https://catehub.climate.esa.int/api/v2';

‎src/serviceWorker.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// "./service-worker.js" file changes). Therefore we use a version number here,
1515
// so we can force updates.
1616
//
17-
const CATE_PWA_VERSION = "3.1.4";
17+
const CATE_PWA_VERSION = "3.1.5-dev0";
1818

1919
console.debug(`Cate PWA version ${CATE_PWA_VERSION}`);
2020

0 commit comments

Comments
 (0)
This repository has been archived.