diff --git a/FormationLayout.podspec b/FormationLayout.podspec index df3923b..33ef2dc 100644 --- a/FormationLayout.podspec +++ b/FormationLayout.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "FormationLayout" - s.version = "0.8.2" + s.version = "0.8.3" s.summary = "Yet Another Swift Auto Layout DSL" diff --git a/README.md b/README.md index 6dbd2cb..96d5944 100644 --- a/README.md +++ b/README.md @@ -185,11 +185,11 @@ UILayoutPriorityRequired: ### CocoaPods ``` -pod 'FormationLayout', '~> 0.8.2' +pod 'FormationLayout', '~> 0.8.3' ``` ### Carthage ``` -github "evan-liu/FormationLayout" >= 0.8.2 +github "evan-liu/FormationLayout" >= 0.8.3 ```