diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 28d152af..fc41f5be 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,9 @@ --> ## Release Notes for Cordova (Android) ## +### 6.2.1 (Apr 02, 2017) +* [CB-12621](https://issues.apache.org/jira/browse/CB-12621) reverted elementtree dep to 0.1.6 + ### 6.2.0 (Mar 28, 2017) * [CB-12614](https://issues.apache.org/jira/browse/CB-12614) Adding headers to tests * [CB-8978](https://issues.apache.org/jira/browse/CB-8978) Prepare copy `resource-files` from `config.xml` diff --git a/package.json b/package.json index 3bc382b2..a8ba118c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-android", - "version": "6.3.0-dev", + "version": "6.2.1", "description": "cordova-android release", "bin": { "create": "bin/create"