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}";