Skip to content

Commit

Permalink
bump versions (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
adinapitul authored Mar 16, 2020
1 parent a9b278a commit 48100b4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alfresco-content-app",
"version": "1.10.0",
"version": "1.10.1",
"license": "LGPL-3.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/aca-shared/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/adf-office-services-ext/assets/aos.plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/adf-office-services-ext/package.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion src/app.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 48100b4

Please sign in to comment.