Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
calebd committed Oct 3, 2011
1 parent c258adc commit be472aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Airbrake/notifier/ABNotifier.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ of this software and associated documentation files (the "Software"), to deal
NSString * const ABNotifierDidDismissAlertNotification = @"ABNotifierDidDismissAlert";
NSString * const ABNotifierWillPostNoticesNotification = @"ABNotifierWillPostNotices";
NSString * const ABNotifierDidPostNoticesNotification = @"ABNotifierDidPostNotices";
NSString * const ABNotifierVersion = @"3.0 RC 1";
NSString * const ABNotifierVersion = @"3.0 RC 3";
NSString * const ABNotifierDevelopmentEnvironment = @"Development";
NSString * const ABNotifierAdHocEnvironment = @"Ad Hoc";
NSString * const ABNotifierAppStoreEnvironment = @"App Store";
Expand Down
4 changes: 2 additions & 2 deletions Xcode/Hoptoad iOS/Hoptoad iOS-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.3</string>
<key>CFBundleShortVersionString</key>
<string>3.0 RC 3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>
Expand Down

0 comments on commit be472aa

Please sign in to comment.