From b8d9655182ebc4e87d11b787af37cf627ba97d0e Mon Sep 17 00:00:00 2001 From: Joshua Moody Date: Fri, 20 May 2016 13:54:54 +0200 Subject: [PATCH] Server: bump version to 0.19.1 --- LPTestTarget/Info.plist | 2 +- calabash/Classes/FranklyServer/Routes/LPVersionRoute.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LPTestTarget/Info.plist b/LPTestTarget/Info.plist index cda4dd827..479317625 100644 --- a/LPTestTarget/Info.plist +++ b/LPTestTarget/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 0.19.1 CFBundleSignature ???? CFBundleVersion diff --git a/calabash/Classes/FranklyServer/Routes/LPVersionRoute.h b/calabash/Classes/FranklyServer/Routes/LPVersionRoute.h index 43c1d7e91..85e633762 100644 --- a/calabash/Classes/FranklyServer/Routes/LPVersionRoute.h +++ b/calabash/Classes/FranklyServer/Routes/LPVersionRoute.h @@ -21,7 +21,7 @@ Do not change the 'CALABASH VERSION' portion of the following constant without updating the ruby API. ******************/ -#define kLPCALABASHVERSION @"CALABASH VERSION: 0.19.0" +#define kLPCALABASHVERSION @"CALABASH VERSION: 0.19.1" @interface LPVersionRoute : NSObject