diff --git a/package-lock.json b/package-lock.json index 734d392..01057c5 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "epasmed", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ccd780b..f2ffda1 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "epasmed", - "version": "1.0.7", + "version": "1.0.8", "description": "Description for epasmed", "private": true, "license": "UNLICENSED", diff --git a/pom.xml b/pom.xml index cb8bd94..b29adf3 100755 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ it.cnr.isti.epasmed epasmed - 1.0.7 + 1.0.8 jar epasmed diff --git a/src/main/webapp/app/app.constants.ts b/src/main/webapp/app/app.constants.ts index 6c4897a..dac1514 100755 --- a/src/main/webapp/app/app.constants.ts +++ b/src/main/webapp/app/app.constants.ts @@ -6,4 +6,4 @@ export const VERSION = process.env.VERSION; export const DEBUG_INFO_ENABLED = Boolean(process.env.DEBUG_INFO_ENABLED); export const SERVER_API_URL = process.env.SERVER_API_URL; export const BUILD_TIMESTAMP = process.env.BUILD_TIMESTAMP; -export const OFFICE_DEFAULT_ID = '1'; +export const OFFICE_DEFAULT_ID = '657';