From b136c3e2be96899430aca0cd147129bf92878736 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 9 May 2019 14:41:24 +0100 Subject: [PATCH] Release ADF version 3.2.1 (#404) * Rename udate-version.sh to update-version.sh * Release 3.2.1 --- package.json | 2 +- scripts/{udate-version.sh => update-version.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{udate-version.sh => update-version.sh} (100%) diff --git a/package.json b/package.json index 870aa2d2ac..5688b4261e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/js-api", - "version": "3.2.0", + "version": "3.2.1", "description": "JavaScript client library for the Alfresco REST API", "author": "Alfresco Software, Ltd.", "main": "index.js", diff --git a/scripts/udate-version.sh b/scripts/update-version.sh similarity index 100% rename from scripts/udate-version.sh rename to scripts/update-version.sh