diff --git a/docs/getting-started/prerequisites.md b/docs/getting-started/prerequisites.md index 3421a39f7d..bdb5dc7a97 100644 --- a/docs/getting-started/prerequisites.md +++ b/docs/getting-started/prerequisites.md @@ -5,7 +5,7 @@ This application uses the latest releases from Alfresco: -- [Alfresco ADF (2.5.0)](https://community.alfresco.com/community/application-development-framework/pages/get-started) +- [Alfresco ADF (2.6.0)](https://community.alfresco.com/community/application-development-framework/pages/get-started) - [Alfresco Content Services (6.0)](https://www.alfresco.com/platform/content-services-ecm) or [Alfresco Community Edition (6.0 - General Release: 201806)](https://www.alfresco.com/products/community/download) diff --git a/package-lock.json b/package-lock.json index 6f70c288c3..36000eca13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alfresco-content-app", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7e521048dd..62b0bab019 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alfresco-content-app", - "version": "1.4.0", + "version": "1.5.0", "license": "LGPL-3.0", "scripts": { "ng": "ng",