Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Sep 15, 2016
1 parent 01c82c9 commit ca43db2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@ Installation
- **For iOS 8+ projects** with [CocoaPods](https://cocoapods.org):

```ruby
pod 'ReusableKit', '~> 0.4'
pod 'ReusableKit', '~> 1.0'
```

- **For iOS 8+ projects** with [Carthage](https://github.com/Carthage/Carthage):

```
github "devxoul/ReusableKit" ~> 0.4
github "devxoul/ReusableKit" ~> 1.0
```

- **For iOS 7 projects** with [CocoaSeeds](https://github.com/devxoul/CocoaSeeds):

```ruby
github 'devxoul/ReusableKit', '0.4.0', :files => 'Sources/*.swift'
github 'devxoul/ReusableKit', '1.0.0', :files => 'Sources/*.swift'
```


Expand Down
2 changes: 1 addition & 1 deletion ReusableKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ReusableKit"
s.version = "0.4.0"
s.version = "1.0.0"
s.summary = "Generic reusables for Cocoa."
s.homepage = "https://github.com/devxoul/ReusableKit"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit ca43db2

Please sign in to comment.