From 66a440c26e4342e4885a542482e48eddf93db9d2 Mon Sep 17 00:00:00 2001 From: Cilibiu Bogdan Date: Mon, 17 Feb 2020 19:06:26 +0200 Subject: [PATCH] bump version (#1344) --- projects/aca-shared/package.json | 2 +- projects/adf-office-services-ext/assets/aos.plugin.json | 2 +- projects/adf-office-services-ext/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 4a6b2f053..07ed542a8 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.9", + "$version": "0.0.10", "$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 a428a7fa8..99bdc4e8a 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.9", + "version": "0.0.10", "license": "Apache-2.0", "homepage": "https://github.com/Alfresco/alfresco-content-app", "keywords": ["Alfresco", "ADF", "ACA", "Content Application"],