From da74adb5803a729c8e86dc0b24d055ac961bdadf Mon Sep 17 00:00:00 2001 From: Caleb Davenport Date: Mon, 13 Dec 2010 23:13:23 -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 69cf68d..c7db425 100644 --- a/hoptoadnotifier/HTNotifier.m +++ b/hoptoadnotifier/HTNotifier.m @@ -18,7 +18,7 @@ static HTNotifier * sharedNotifier = nil; // extern strings -NSString * const HTNotifierVersion = @"1.1.2"; +NSString * const HTNotifierVersion = @"1.2"; NSString * const HTNotifierBundleName = @"${BUNDLE}"; NSString * const HTNotifierBuildDate = @"${DATE}"; NSString * const HTNotifierBuildTime = @"${TIME}";