From 39c17e71efab1b30cc7c2e568d63196668ccd475 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Tue, 26 Jul 2016 13:06:08 -0700 Subject: [PATCH] CB-11626 Updated RELEASENOTES and Version for release 5.2.2 --- RELEASENOTES.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5507e742..10228693 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,9 @@ --> ## Release Notes for Cordova (Android) ## +### 5.2.2 (Jul 26, 2016) +* [CB-11615](https://issues.apache.org/jira/browse/CB-11615) updated `cordoova-common` to `1.4.0` + ### 5.2.1 (Jul 11, 2016) * [CB-9489](https://issues.apache.org/jira/browse/CB-9489) Fixed "endless waiting for emulator" issue * [CB-11481](https://issues.apache.org/jira/browse/CB-11481) android-library is deprecated use com.android.library instead diff --git a/package.json b/package.json index 170d4c02..6b81b07f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-android", - "version": "5.3.0-dev", + "version": "5.2.2", "description": "cordova-android release", "bin": { "create": "bin/create"