From e347e621fcbc5bc594bf8278fb0c1c4004c0a334 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 7 Apr 2024 19:13:40 +0200 Subject: [PATCH] [DEV] update version --- package.json | 2 +- src/model/environment.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 76c275f..718865f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kangaroo-and-rabbit/kar-cw", - "version": "0.1.6", + "version": "0.1.7", "sideEffects": false, "scripts": { "dev": "ng build kar-cw --watch --configuration development", diff --git a/src/model/environment.ts b/src/model/environment.ts index 91466d1..43297c6 100644 --- a/src/model/environment.ts +++ b/src/model/environment.ts @@ -10,4 +10,5 @@ export interface Environment { ssoSignUp: string, ssoSignOut: string, tokenStoredInPermanentStorage: boolean, + replaceDataToRealServer?: boolean, };