From 958273edf086071e53afe32963822b7a27445495 Mon Sep 17 00:00:00 2001 From: Evan Liu Date: Tue, 29 Nov 2016 07:58:14 +1300 Subject: [PATCH] version 0.8.1 --- FormationLayout.podspec | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FormationLayout.podspec b/FormationLayout.podspec index 9d9191b..4e7ea70 100644 --- a/FormationLayout.podspec +++ b/FormationLayout.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "FormationLayout" - s.version = "0.8.0" + s.version = "0.8.1" s.summary = "Yet Another Swift Auto Layout DSL" diff --git a/README.md b/README.md index b51ac89..ae62a71 100644 --- a/README.md +++ b/README.md @@ -167,11 +167,11 @@ UILayoutPriorityRequired: ### CocoaPods ``` -pod 'FormationLayout', '~> 0.8.0' +pod 'FormationLayout', '~> 0.8.1' ``` ### Carthage ``` -github "evan-liu/FormationLayout" >= 0.8.0 +github "evan-liu/FormationLayout" >= 0.8.1 ```