[DEV] update version

This commit is contained in:
Edouard DUPIN 2024-04-07 19:13:40 +02:00
parent ec348df0a7
commit e347e621fc
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -10,4 +10,5 @@ export interface Environment {
ssoSignUp: string,
ssoSignOut: string,
tokenStoredInPermanentStorage: boolean,
replaceDataToRealServer?: boolean,
};