diff --git a/Alicerce.podspec b/Alicerce.podspec index 2815a41..6ec2597 100644 --- a/Alicerce.podspec +++ b/Alicerce.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Alicerce' - s.version = '0.14.0' + s.version = '0.15.0' s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = 'https://github.com/Mindera/Alicerce.git' s.authors = { 'Mindera' => 'ios@mindera.com' } diff --git a/Alicerce.xcodeproj/project.pbxproj b/Alicerce.xcodeproj/project.pbxproj index feb0b71..a56647e 100644 --- a/Alicerce.xcodeproj/project.pbxproj +++ b/Alicerce.xcodeproj/project.pbxproj @@ -2289,7 +2289,7 @@ INFOPLIST_FILE = Resources/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 0.14.0; + MARKETING_VERSION = 0.15.0; MTL_ENABLE_DEBUG_INFO = YES; PRODUCT_BUNDLE_IDENTIFIER = com.mindera.Alicerce; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -2343,7 +2343,7 @@ INFOPLIST_FILE = Resources/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 0.14.0; + MARKETING_VERSION = 0.15.0; MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_BUNDLE_IDENTIFIER = com.mindera.Alicerce; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/README.md b/README.md index 8c37920..c36d7d9 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ TODO ## Compatibility ✅ -### `master` +### `0.15.0` ... `master` - iOS 10.0+ - Xcode 13 @@ -115,7 +115,7 @@ TODO If you use [CocoaPods][] to manage your dependencies, simply add Alicerce to your `Podfile`: ```ruby -pod 'Alicerce', '~> 0.14.0' +pod 'Alicerce', '~> 0.15.0' ``` ### Carthage @@ -123,7 +123,7 @@ pod 'Alicerce', '~> 0.14.0' If you use [Carthage][] to manage your dependencies, simply add Alicerce to your `Cartfile`: ``` -github "Mindera/Alicerce" ~> 0.14.0 +github "Mindera/Alicerce" ~> 0.15.0 ``` If you use Carthage to build your dependencies, make sure you have added `Alicerce.framework` to the @@ -135,7 +135,7 @@ phase. If you use Swift Package Manager, simply add Alicerce as a dependency of your package in `Package.swift`: ```swift -.package(url: "https://github.com/Mindera/Alicerce.git", from: "0.14.0"), +.package(url: "https://github.com/Mindera/Alicerce.git", from: "0.15.0"), ``` ### git Submodule