Skip to content

Commit

Permalink
version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-liu committed Nov 28, 2016
1 parent 153b57f commit 958273e
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.0"
s.version = "0.8.1"

s.summary = "Yet Another Swift Auto Layout DSL"

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

0 comments on commit 958273e

Please sign in to comment.