Skip to content

Commit

Permalink
updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsw committed Dec 20, 2013
1 parent ac12104 commit 471d526
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions OdessaMacGUIApp/Highlight Hunter Free-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.2.1</string>
<string>2.3</string>
<key>CFBundleSignature</key>
<string>odsa</string>
<key>CFBundleVersion</key>
Expand All @@ -27,7 +27,7 @@
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012 Authentically Digital LLC. All rights reserved. Patents pending.</string>
<string>Copyright © 2013 Authentically Digital LLC. All rights reserved. Patents pending.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions OdessaMacGUIApp/Highlight Hunter Premium-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.2</string>
<string>2.3</string>
<key>CFBundleSignature</key>
<string>odsa</string>
<key>CFBundleVersion</key>
Expand All @@ -27,7 +27,7 @@
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012 Authentically Digital LLC. All rights reserved. Patents pending.</string>
<string>Copyright © 2013 Authentically Digital LLC. All rights reserved. Patents pending.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@

#ifdef APPSTORE_PREMIUM
static NSString *kRVNBundleID = @"com.authenticallydigital.highlighthunter.osx.premium";
static NSString *kRVNBundleVersion = @"2.2"; // must match version exactly in iTunes Connect and Bundle versions string, short
static NSString *kRVNBundleVersion = @"2.3"; // must match version exactly in iTunes Connect and Bundle versions string, short
#endif
#ifdef APPSTORE_FREE
static NSString *kRVNBundleID = @"com.authenticallydigital.highlighthunter.osx.free";
static NSString *kRVNBundleVersion = @"2.2.1"; // must match version exactly in iTunes Connect and Bundle versions string, short
static NSString *kRVNBundleVersion = @"2.3"; // must match version exactly in iTunes Connect and Bundle versions string, short
#endif

typedef struct {
Expand Down

0 comments on commit 471d526

Please sign in to comment.