diff --git a/Alicerce.podspec b/Alicerce.podspec index c417b580..2f71d7a6 100644 --- a/Alicerce.podspec +++ b/Alicerce.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Alicerce' - s.version = '0.6.0' + s.version = '0.7.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 57120ac1..bf4bbfc9 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ TODO ## Compatibility ✅ -### `master` (latest) +### `0.7.0` (latest) ... `master` - iOS 10.0+ - Xcode 10.2 - Swift 5.0 -### `0.6.0` (latest) +### `0.6.0` - iOS 9.0+ - Xcode 10.2 @@ -84,7 +84,7 @@ TODO If you use [CocoaPods][] to manage your dependencies, simply add Alicerce to your `Podfile`: ```ruby -pod 'Alicerce', '~> 0.6' +pod 'Alicerce', '~> 0.7' ``` ### Carthage @@ -92,7 +92,7 @@ pod 'Alicerce', '~> 0.6' If you use [Carthage][] to manage your dependencies, simply add Alicerce to your `Cartfile`: ``` -github "Mindera/Alicerce" ~> 0.6 +github "Mindera/Alicerce" ~> 0.7 ``` If you use Carthage to build your dependencies, make sure you have added `Alicerce.framework` to the @@ -104,7 +104,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.6.0"), +.package(url: "https://github.com/Mindera/Alicerce.git", from: "0.7.0"), ``` ### git Submodule