Skip to content

Commit

Permalink
version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-liu committed Mar 4, 2017
1 parent 2f9448e commit c25a7fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
```

0 comments on commit c25a7fe

Please sign in to comment.