Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 07129177CF for ; Sat, 4 Oct 2014 00:10:33 +0000 (UTC) Received: (qmail 6882 invoked by uid 500); 4 Oct 2014 00:10:32 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 6853 invoked by uid 500); 4 Oct 2014 00:10:32 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 6844 invoked by uid 99); 4 Oct 2014 00:10:32 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Oct 2014 00:10:32 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9BE9A9C4D07; Sat, 4 Oct 2014 00:10:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Sat, 04 Oct 2014 00:10:32 -0000 Message-Id: <83c91ba3599f4830a69153640a98d223@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: Updated version and RELEASENOTES.md for release 0.3.3 Repository: cordova-plugin-camera Updated Branches: refs/heads/master 7413c1bcb -> dbe33a44f Updated Tags: refs/tags/r0.3.3 [created] 021743f20 Updated version and RELEASENOTES.md for release 0.3.3 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/021743f2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/021743f2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/021743f2 Branch: refs/heads/master Commit: 021743f20e03004523d2f56c12230eda3e2db26d Parents: 7413c1b Author: Steven Gill Authored: Fri Oct 3 16:10:12 2014 -0700 Committer: Steven Gill Committed: Fri Oct 3 16:10:12 2014 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 3 +++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/021743f2/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c814dc0..bc927fd 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -147,3 +147,6 @@ * Renamed test dir, added nested plugin.xml * CB-6958 added manual tests * CB-6958 Port camera tests to plugin-test-framework + +### 0.3.3 (Oct 03, 2014) +* CB-7600 Adds informative message to error callback in manual test. http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/021743f2/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index cd514a6..33da37f 100644 --- a/plugin.xml +++ b/plugin.xml @@ -22,7 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="org.apache.cordova.camera" - version="0.3.3-dev"> + version="0.3.3"> Camera Cordova Camera Plugin Apache 2.0 http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/021743f2/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 30cf6dc..9d558ce 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="org.apache.cordova.camera.tests" - version="0.3.3-dev"> + version="0.3.3"> Cordova Camera Plugin Tests Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org