diff --git a/Alicerce.podspec b/Alicerce.podspec index b5db62c..c768103 100644 --- a/Alicerce.podspec +++ b/Alicerce.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Alicerce' - s.version = '0.16.0' + s.version = '0.17.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 99d70bd..f7df045 100644 --- a/Alicerce.xcodeproj/project.pbxproj +++ b/Alicerce.xcodeproj/project.pbxproj @@ -2302,7 +2302,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 0.16.0; + MARKETING_VERSION = 0.17.0; MTL_ENABLE_DEBUG_INFO = YES; PRODUCT_BUNDLE_IDENTIFIER = com.mindera.Alicerce; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -2360,7 +2360,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 0.16.0; + MARKETING_VERSION = 0.17.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 4f50615..2878fc1 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ TODO ## Compatibility ✅ -### `master` +### `0.17.0` ... `master` - iOS 11.0+ - Xcode 14.0 @@ -127,7 +127,7 @@ TODO If you use [CocoaPods][] to manage your dependencies, simply add Alicerce to your `Podfile`: ```ruby -pod 'Alicerce', '~> 0.16.0' +pod 'Alicerce', '~> 0.17.0' ``` ### Carthage @@ -135,7 +135,7 @@ pod 'Alicerce', '~> 0.16.0' If you use [Carthage][] to manage your dependencies, simply add Alicerce to your `Cartfile`: ``` -github "Mindera/Alicerce" ~> 0.16.0 +github "Mindera/Alicerce" ~> 0.17.0 ``` If you use Carthage to build your dependencies, make sure you have added `Alicerce.framework` to the @@ -147,7 +147,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.16.0"), +.package(url: "https://github.com/Mindera/Alicerce.git", from: "0.17.0"), ``` ### git Submodule