diff --git a/package-lock.json b/package-lock.json index 5afbba802..4f5d7b6ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alfresco-content-app", - "version": "1.10.0", + "version": "1.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index adc8ab417..9b9b2e748 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alfresco-content-app", - "version": "1.10.0", + "version": "1.10.1", "license": "LGPL-3.0", "scripts": { "ng": "ng", diff --git a/projects/aca-shared/package.json b/projects/aca-shared/package.json index 3d154ab00..e01e6f112 100644 --- a/projects/aca-shared/package.json +++ b/projects/aca-shared/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/aca-shared", - "version": "1.9.2", + "version": "1.9.3", "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 07ed542a8..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.10", + "$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 99bdc4e8a..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.10", + "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 fb77dca77..43587512e 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -19,7 +19,7 @@ }, "application": { "name": "Alfresco Content Application", - "version": "1.10.0", + "version": "1.10.1", "logo": "assets/images/alfresco-logo-flower.svg", "copyright": "APP.COPYRIGHT" },