From 9a5dba78992259ae0e03dcb528890c087ade6d90 Mon Sep 17 00:00:00 2001 From: Caleb Davenport Date: Fri, 28 Jan 2011 15:21:22 -0500 Subject: [PATCH] version bump --- hoptoadnotifier/HTNotifier.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hoptoadnotifier/HTNotifier.m b/hoptoadnotifier/HTNotifier.m index 942606e..ccb61bf 100644 --- a/hoptoadnotifier/HTNotifier.m +++ b/hoptoadnotifier/HTNotifier.m @@ -24,7 +24,7 @@ #define HT_IOS_SDK_4 (TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MAX_ALLOWED >= 4000) // extern strings -NSString * const HTNotifierVersion = @"1.3"; +NSString * const HTNotifierVersion = @"1.3.1"; NSString * const HTNotifierBundleName = @"${BUNDLE}"; NSString * const HTNotifierBundleVersion = @"${VERSION}"; NSString * const HTNotifierDevelopmentEnvironment = @"Development";