Skip to content

Commit

Permalink
Updated version number from 2.13.0 -> 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-venugopal committed Jun 16, 2021
1 parent 50b8654 commit 5ac7fe8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Aural.xcodeproj/project.pbxproj
Expand Up @@ -3938,7 +3938,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2.13.0;
CURRENT_PROJECT_VERSION = 3.0.0;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Frameworks";
HEADER_SEARCH_PATHS = "${SOURCE_ROOT}/**";
Expand All @@ -3949,7 +3949,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 2.13.0;
MARKETING_VERSION = 3.0.0;
PRODUCT_BUNDLE_IDENTIFIER = org.anon.Aural;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Source/Aural-Bridging-Header.h";
Expand All @@ -3969,7 +3969,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2.13.0;
CURRENT_PROJECT_VERSION = 3.0.0;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Frameworks";
HEADER_SEARCH_PATHS = "${SOURCE_ROOT}/**";
Expand All @@ -3980,7 +3980,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 2.13.0;
MARKETING_VERSION = 3.0.0;
PRODUCT_BUNDLE_IDENTIFIER = org.anon.Aural;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Source/Aural-Bridging-Header.h";
Expand Down
Binary file not shown.
6 changes: 3 additions & 3 deletions Documentation/Release Notes.md
@@ -1,10 +1,10 @@
# What's New in Version 2.13.0
# What's New in Version 3.0.0

## M1 (arm64 architecture) support with universal binary

This is the first working release for Macs with the new M1 arm64-based chips. This build and all subsequent app release builds will be universal binaries, i.e. capable of running on both Intel Macs and newer M1 Macs.

This release is functionally identical to v2.12.1, i.e. no new features have been added, and some minor bugs have been fixed. The sole purpose of this release is to provide M1 support.
This release is functionally identical to v2.12.1, i.e. no new features have been added, and some minor bugs have been fixed. The sole purpose of this release is to provide M1 support. The bump in major version number indicates the significance of this update.

## Feedback requested

Expand All @@ -17,4 +17,4 @@ I would greatly appreciate feedback on this build from users with M1 machines, l
You may contact the developer on [Twitter](https://twitter.com/AuralPlayer) or by [email](mailto:aural.student@gmail.com). You can also file an issue here on GitHub.

### **For more info**
Visit the [official release page](https://github.com/maculateConception/aural-player/releases/tag/2.13.0)
Visit the [official release page](https://github.com/maculateConception/aural-player/releases/tag/3.0.0)
2 changes: 1 addition & 1 deletion Resources/releaseAutomation/build-release.sh
Expand Up @@ -14,7 +14,7 @@
# ./buildReleasePackage.sh dmg (Will build DMG)
#

export releaseVersion="2.13.0"
export releaseVersion="3.0.0"

# Directory containing the Aural Player Xcode project.
export projectDir="../.."
Expand Down

0 comments on commit 5ac7fe8

Please sign in to comment.