Skip to content

Commit ffe8beb

Browse files
committed
Bump version to 0.2.0
1 parent 03daa7e commit ffe8beb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ Installation
2929
- **For iOS 8+ projects** with [CocoaPods](https://cocoapods.org):
3030

3131
```ruby
32-
pod 'SafeIndex', '~> 0.1'
32+
pod 'SafeIndex', '~> 0.2'
3333
```
3434

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

3737
```
38-
github "devxoul/SafeIndex" ~> 0.1
38+
github "devxoul/SafeIndex" ~> 0.2
3939
```
4040

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

4343
```ruby
44-
github 'devxoul/SafeIndex', '0.1.0', :files => 'Sources/*.swift'
44+
github 'devxoul/SafeIndex', '0.2.0', :files => 'Sources/*.swift'
4545
```
4646

4747
- **Using [Swift Package Manager](https://swift.org/package-manager)**:
@@ -52,7 +52,7 @@ Installation
5252
let package = Package(
5353
name: "MyAwesomeApp",
5454
dependencies: [
55-
.Package(url: "https://github.com/devxoul/SafeIndex", "0.1.0"),
55+
.Package(url: "https://github.com/devxoul/SafeIndex", "0.2.0"),
5656
]
5757
)
5858
```

SafeIndex.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SafeIndex"
3-
s.version = "0.1.0"
3+
s.version = "0.2.0"
44
s.summary = "Optional Index for Swift"
55
s.homepage = "https://github.com/devxoul/SafeIndex"
66
s.license = { :type => "MIT", :file => "LICENSE" }

0 commit comments

Comments
 (0)