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 ```