Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
calebd committed Jun 6, 2011
1 parent 57fa473 commit d789230
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.markdown → CHANGELOG
@@ -1,5 +1,4 @@
#2.2

2.2
- UDID is posted in all DEBUG builds by default
- improved error handling to makre sure corrupt notices don't cause issues
- use regex for callstack parsing
Expand Down
4 changes: 2 additions & 2 deletions Hoptoad Sample.xcodeproj/project.pbxproj
Expand Up @@ -107,7 +107,7 @@
3BA58928137C871300D9C544 /* ru */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/HTNotifier.strings; sourceTree = "<group>"; };
3BA58935137C87C000D9C544 /* INSTALLATION.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = INSTALLATION.html; sourceTree = "<group>"; wrapsLines = 1; };
3BA58936137C87C000D9C544 /* README.markdown */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.markdown; sourceTree = "<group>"; wrapsLines = 1; };
3BFC84DB139C5F54000D2BB2 /* CHANGELOG.markdown */ = {isa = PBXFileReference; lastKnownFileType = text; path = CHANGELOG.markdown; sourceTree = "<group>"; };
3BFC84DB139C5F54000D2BB2 /* CHANGELOG */ = {isa = PBXFileReference; path = CHANGELOG; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -141,7 +141,7 @@
3B2E0B18137A11B1009B558C = {
isa = PBXGroup;
children = (
3BFC84DB139C5F54000D2BB2 /* CHANGELOG.markdown */,
3BFC84DB139C5F54000D2BB2 /* CHANGELOG */,
3BA58935137C87C000D9C544 /* INSTALLATION.html */,
3BA58936137C87C000D9C544 /* README.markdown */,
3B2E0B4D137A11E1009B558C /* Hoptoad Mac */,
Expand Down
2 changes: 1 addition & 1 deletion hoptoadnotifier/HTNotifier.m
Expand Up @@ -41,7 +41,7 @@ of this software and associated documentation files (the "Software"), to deal
#define HT_IOS_SDK_4 (TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MAX_ALLOWED >= 4000)

// extern strings
NSString *HTNotifierVersion = @"2.2 Beta";
NSString *HTNotifierVersion = @"2.2";
NSString *HTNotifierBundleName = @"${BUNDLE}";
NSString *HTNotifierBundleVersion = @"${VERSION}";
NSString *HTNotifierDevelopmentEnvironment = @"Development";
Expand Down

0 comments on commit d789230

Please sign in to comment.