Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
bump version numbers to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbojsb committed Mar 11, 2014
1 parent ef34427 commit 426bd86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LaunchRocket.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SDKROOT = macosx10.9;
};
name = Debug;
};
Expand All @@ -368,7 +368,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
SDKROOT = macosx;
SDKROOT = macosx10.9;
};
name = Release;
};
Expand Down
4 changes: 2 additions & 2 deletions LaunchRocket/LaunchRocket-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.6b2</string>
<string>0.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.6b2</string>
<string>0.6</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSMainNibFile</key>
Expand Down

0 comments on commit 426bd86

Please sign in to comment.