From 68b7320caf3e886b8c2d2c58e20102a5245beb0a Mon Sep 17 00:00:00 2001 From: Samer Albahra Date: Sat, 22 Mar 2014 14:16:34 -0500 Subject: [PATCH] PhoneGap: Increment version number Version jumped to match versionCode --- config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index adc5c8b5a..46089a62a 100644 --- a/config.xml +++ b/config.xml @@ -3,8 +3,8 @@ xmlns:android = "http://schemas.android.com/apk/res/android" xmlns:gap = "http://phonegap.com/ns/1.0" id = "com.albahra.sprinklers" - version = "1.0.3" - versionCode = "14" > + version = "1.0.5" + versionCode = "15" >