Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Sep 15, 2016
1 parent c1f3a5c commit 267e1b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CGFloatLiteral.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CGFloatLiteral"
s.version = "0.1.0"
s.version = "0.2.0"
s.summary = "Simple CGFloat initializer."
s.homepage = "https://github.com/devxoul/CGFloatLiteral"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ Installation
- **For iOS 8+ projects** with [CocoaPods](https://cocoapods.org):

```ruby
pod 'CGFloatLiteral', '~> 0.1'
pod 'CGFloatLiteral', '~> 0.2'
```

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

```
github "devxoul/CGFloatLiteral" ~> 0.1
github "devxoul/CGFloatLiteral" ~> 0.2
```

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

```ruby
github 'devxoul/CGFloatLiteral', '0.1.0', :files => 'Sources/*.swift'
github 'devxoul/CGFloatLiteral', '0.2.0', :files => 'Sources/*.swift'
```

- **Using [Swift Package Manager](https://swift.org/package-manager)**:
Expand All @@ -48,7 +48,7 @@ Installation
let package = Package(
name: "MyAwesomeApp",
dependencies: [
.Package(url: "https://github.com/devxoul/CGFloatLiteral", "0.1.0"),
.Package(url: "https://github.com/devxoul/CGFloatLiteral", "0.2.0"),
]
)
```
Expand Down

0 comments on commit 267e1b9

Please sign in to comment.