diff --git a/Amperfy.xcodeproj/project.pbxproj b/Amperfy.xcodeproj/project.pbxproj index a56e4a81..15596bf9 100644 --- a/Amperfy.xcodeproj/project.pbxproj +++ b/Amperfy.xcodeproj/project.pbxproj @@ -1193,7 +1193,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.2.0; + MARKETING_VERSION = 0.3.0; PRODUCT_BUNDLE_IDENTIFIER = "familie-zimba.Amperfy"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = Amperfy/Common/BridgingHeader.h; @@ -1217,7 +1217,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.2.0; + MARKETING_VERSION = 0.3.0; PRODUCT_BUNDLE_IDENTIFIER = "familie-zimba.Amperfy"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = Amperfy/Common/BridgingHeader.h; diff --git a/README.md b/README.md index c5721fa3..d7a151a2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Amperfy is an iOS app written in Swift to interact with an [Ampache](http://ampa 1. Check out the latest version of the project: ``` - git clone https://github.com/bleeez/amperfy.git + git clone https://github.com/BLeeEZ/amperfy.git ``` 2. In the Amperfy directory, fetch and build the projects dependencies via Carthage: