Skip to content

Commit

Permalink
bump up version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgr-ksmt committed Nov 2, 2019
1 parent 815a312 commit 1f07e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FireSnapshot.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FireSnapshot"
s.version = "0.9.0"
s.version = "0.10.0"
s.summary = "Firebase Cloud Firestore Model Framework using Codable."
s.homepage = "https://github.com/sgr-ksmt/#{s.name}"
s.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ Snapshot.get(.products, queryBuilder: { builder in
- CocoaPods

```ruby
pod 'FireSnapshot', '~> 0.9.0'
pod 'FireSnapshot', '~> 0.10.0'
```

<hr />
Expand Down

0 comments on commit 1f07e77

Please sign in to comment.