diff --git a/package-lock.json b/package-lock.json index 3dc7a36b5..2b528eca9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alfresco-content-app", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 351cd3d01..a674001b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alfresco-content-app", - "version": "1.9.0", + "version": "1.9.1", "license": "LGPL-3.0", "scripts": { "ng": "ng", diff --git a/projects/aca-shared/package.json b/projects/aca-shared/package.json index 232e60e55..3d154ab00 100644 --- a/projects/aca-shared/package.json +++ b/projects/aca-shared/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/aca-shared", - "version": "1.9.1", + "version": "1.9.2", "peerDependencies": { "@angular/common": "^7.2.0", "@angular/core": "^7.2.0", diff --git a/projects/adf-office-services-ext/assets/aos.plugin.json b/projects/adf-office-services-ext/assets/aos.plugin.json index 487666617..7208e47f7 100644 --- a/projects/adf-office-services-ext/assets/aos.plugin.json +++ b/projects/adf-office-services-ext/assets/aos.plugin.json @@ -1,7 +1,7 @@ { "$schema": "../../../extension.schema.json", "$id": "9a635542-d87a-4558-ae64-ffa199d1a364", - "$version": "0.0.8", + "$version": "0.0.11", "$name": "keensoft.aos.plugin", "$description": "Extension that provides Office Edit Online Action", "$vendor": "Keensoft", diff --git a/projects/adf-office-services-ext/package.json b/projects/adf-office-services-ext/package.json index 96c2dca87..88f08991d 100644 --- a/projects/adf-office-services-ext/package.json +++ b/projects/adf-office-services-ext/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/adf-office-services-ext", - "version": "0.0.8", + "version": "0.0.11", "license": "Apache-2.0", "homepage": "https://github.com/Alfresco/alfresco-content-app", "keywords": ["Alfresco", "ADF", "ACA", "Content Application"], diff --git a/src/app.config.json b/src/app.config.json index 2b0259620..abd75b4bd 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -18,7 +18,7 @@ }, "application": { "name": "Alfresco Content Application", - "version": "1.9.0", + "version": "1.9.1", "logo": "assets/images/alfresco-logo-flower.svg", "copyright": "APP.COPYRIGHT" },