From 538f770c9561f9c02af00e5115aa3b8b590c7e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Pacheco=20Neves?= Date: Tue, 30 Jun 2020 11:58:30 +0100 Subject: [PATCH] Bump version to 0.9.0 --- Alicerce.podspec | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Alicerce.podspec b/Alicerce.podspec index 07717055..86e70848 100644 --- a/Alicerce.podspec +++ b/Alicerce.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Alicerce' - s.version = '0.8.0' + s.version = '0.9.0' s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = 'https://github.com/Mindera/Alicerce.git' s.authors = { 'Mindera' => 'ios@mindera.com' } diff --git a/README.md b/README.md index 55a7679a..a8fcb5bc 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,13 @@ TODO ## Compatibility ✅ -### `master` +### `0.9.0` (latest) ... `master` - iOS 10.0+ - Xcode 11.4 - Swift 5.2 -### `0.8.0` (latest) +### `0.8.0` - iOS 10.0+ - Xcode 11.0 @@ -97,7 +97,7 @@ TODO If you use [CocoaPods][] to manage your dependencies, simply add Alicerce to your `Podfile`: ```ruby -pod 'Alicerce', '~> 0.7' +pod 'Alicerce', '~> 0.9' ``` ### Carthage @@ -105,7 +105,7 @@ pod 'Alicerce', '~> 0.7' If you use [Carthage][] to manage your dependencies, simply add Alicerce to your `Cartfile`: ``` -github "Mindera/Alicerce" ~> 0.7 +github "Mindera/Alicerce" ~> 0.9 ``` If you use Carthage to build your dependencies, make sure you have added `Alicerce.framework` to the @@ -117,7 +117,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.7.0"), +.package(url: "https://github.com/Mindera/Alicerce.git", from: "0.9.0"), ``` ### git Submodule