From 079b9af9f3380cd870e735b445d93f06820876b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Pacheco=20Neves?= Date: Tue, 9 Aug 2022 21:01:34 +0100 Subject: [PATCH] Bump version to 0.16.0 --- Alicerce.podspec | 2 +- Alicerce.xcodeproj/project.pbxproj | 4 ++-- README.md | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Alicerce.podspec b/Alicerce.podspec index a191209..1b3a0f4 100644 --- a/Alicerce.podspec +++ b/Alicerce.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Alicerce' - s.version = '0.15.0' + s.version = '0.16.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 5b5fcf9..a5b2c80 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.15.0; + MARKETING_VERSION = 0.16.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.15.0; + MARKETING_VERSION = 0.16.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 e0099a7..dfa2a8c 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ TODO ## Compatibility ✅ -### `master` +### `0.16.0...master` - iOS 10.0+ - Xcode 13.4 @@ -121,7 +121,7 @@ TODO If you use [CocoaPods][] to manage your dependencies, simply add Alicerce to your `Podfile`: ```ruby -pod 'Alicerce', '~> 0.15.0' +pod 'Alicerce', '~> 0.16.0' ``` ### Carthage @@ -129,7 +129,7 @@ pod 'Alicerce', '~> 0.15.0' If you use [Carthage][] to manage your dependencies, simply add Alicerce to your `Cartfile`: ``` -github "Mindera/Alicerce" ~> 0.15.0 +github "Mindera/Alicerce" ~> 0.16.0 ``` If you use Carthage to build your dependencies, make sure you have added `Alicerce.framework` to the @@ -141,7 +141,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.15.0"), +.package(url: "https://github.com/Mindera/Alicerce.git", from: "0.16.0"), ``` ### git Submodule