Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Jan 4, 2016
1 parent 03c5324 commit 5a93667
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Installation
- **For iOS 7 projects** with [CocoaSeeds](https://github.com/devxoul/CocoaSeeds):

```ruby
github 'devxoul/Then', '0.3.1', :files => 'Sources/*.swift'
github 'devxoul/Then', '0.3.2', :files => 'Sources/*.swift'
```

- **Using [Swift Package Manager](https://swift.org/package-manager)**:
Expand All @@ -111,7 +111,7 @@ Installation
let package = Package(
name: "MyAwesomeApp",
dependencies: [
.Package(url: "https://github.com/devxoul/Then", "0.3.1"),
.Package(url: "https://github.com/devxoul/Then", "0.3.2"),
]
)
```
Expand Down
2 changes: 1 addition & 1 deletion Then.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Then"
s.version = "0.3.1"
s.version = "0.3.2"
s.summary = "Super sweet syntactic sugar for Swift initializers."
s.homepage = "https://github.com/devxoul/Then"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 5a93667

Please sign in to comment.