diff --git a/OdessaMacGUIApp/Highlight Hunter Free-Info.plist b/OdessaMacGUIApp/Highlight Hunter Free-Info.plist index a8fb833..684c4bd 100644 --- a/OdessaMacGUIApp/Highlight Hunter Free-Info.plist +++ b/OdessaMacGUIApp/Highlight Hunter Free-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.2.1 + 2.3 CFBundleSignature odsa CFBundleVersion @@ -27,7 +27,7 @@ LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHumanReadableCopyright - Copyright © 2012 Authentically Digital LLC. All rights reserved. Patents pending. + Copyright © 2013 Authentically Digital LLC. All rights reserved. Patents pending. NSMainNibFile MainMenu NSPrincipalClass diff --git a/OdessaMacGUIApp/Highlight Hunter Premium-Info.plist b/OdessaMacGUIApp/Highlight Hunter Premium-Info.plist index 7c38835..8a702f7 100644 --- a/OdessaMacGUIApp/Highlight Hunter Premium-Info.plist +++ b/OdessaMacGUIApp/Highlight Hunter Premium-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.2 + 2.3 CFBundleSignature odsa CFBundleVersion @@ -27,7 +27,7 @@ LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHumanReadableCopyright - Copyright © 2012 Authentically Digital LLC. All rights reserved. Patents pending. + Copyright © 2013 Authentically Digital LLC. All rights reserved. Patents pending. NSMainNibFile MainMenu NSPrincipalClass diff --git a/OdessaMacGUIApp/Source/ReceiptValidation/RVNReceiptValidation.m b/OdessaMacGUIApp/Source/ReceiptValidation/RVNReceiptValidation.m index 0bbbf86..fb789e5 100644 --- a/OdessaMacGUIApp/Source/ReceiptValidation/RVNReceiptValidation.m +++ b/OdessaMacGUIApp/Source/ReceiptValidation/RVNReceiptValidation.m @@ -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 {