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

Commit

Permalink
Preparing 3.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Dec 7, 2022
1 parent 1f22afb commit afe1d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cate-app",
"version": "3.1.3-dev.1",
"version": "3.1.3",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.30.1",
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// 1. with the version field in "../package.json".
// 2. with CATE_PWA_VERSION in "./serviceWorker.ts"
//
export const CATE_APP_VERSION = "3.1.3-dev.1";
export const CATE_APP_VERSION = "3.1.3";

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

0 comments on commit afe1d14

Please sign in to comment.