From 002ab85f76c1326b091d62c1b7ae81fbf54c8d96 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Sun, 2 Apr 2017 17:40:35 -0500 Subject: [PATCH] CB-12627 Updated RELEASENOTES and Version for release 6.2.1 --- RELEASENOTES.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"