Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
calebd committed Oct 10, 2011
1 parent 49c59b1 commit e711b74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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 3";
NSString * const ABNotifierVersion = @"3.0";
NSString * const ABNotifierDevelopmentEnvironment = @"Development";
NSString * const ABNotifierAdHocEnvironment = @"Ad Hoc";
NSString * const ABNotifierAppStoreEnvironment = @"App Store";
Expand Down
4 changes: 1 addition & 3 deletions Xcode/Hoptoad Mac/Hoptoad Mac-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSMainNibFile</key>
Expand Down
2 changes: 1 addition & 1 deletion Xcode/Hoptoad iOS/Hoptoad iOS-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.0 RC 3</string>
<string>3.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>
Expand Down

0 comments on commit e711b74

Please sign in to comment.