From c6084f35499adf6fac1a5d76871da3a093cc4965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Po=C3=A7a?= Date: Fri, 11 Dec 2015 23:38:45 +0000 Subject: [PATCH] Bump 0.15.3 Why: In order to release features and fixes that have been available on master for a while. This change addresses the need by: * Bumping the version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0f2029..9df0741 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-phonegap", "description": "Local build tasks for Phonegap applications", - "version": "0.15.2", + "version": "0.15.3", "homepage": "https://github.com/logankoester/grunt-phonegap", "author": { "name": "Logan Koester",