Skip to content

Commit

Permalink
Merge pull request #143 from kitasuke/update_readme
Browse files Browse the repository at this point in the history
Update tag version to latest one
  • Loading branch information
thomasvl committed Nov 22, 2016
2 parents 87d3f32 + 102f39b commit e0475bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ you used to build the plugin above:

```swift
dependencies: [
.Package(url: "https://github.com/apple/swift-protobuf.git", Version(0,9,23))
.Package(url: "https://github.com/apple/swift-protobuf.git", Version(0,9,24))
]
```

Expand All @@ -130,7 +130,7 @@ If you're using CocoaPods, add this to your `Podfile` but adjust the `:tag` to
match the `[tag_name]` you used to build the plugin above:

```ruby
pod 'SwiftProtobuf', git: 'https://github.com/apple/swift-protobuf.git', :tag => '0.9.23'
pod 'SwiftProtobuf', git: 'https://github.com/apple/swift-protobuf.git', :tag => '0.9.24'
```

And run `pod install`.
Expand Down

0 comments on commit e0475bb

Please sign in to comment.