Skip to content

Commit 1f07e77

Browse files
author
sgr-ksmt
committed
bump up version to 0.10.0
1 parent 815a312 commit 1f07e77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FireSnapshot.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 = "FireSnapshot"
3-
s.version = "0.9.0"
3+
s.version = "0.10.0"
44
s.summary = "Firebase Cloud Firestore Model Framework using Codable."
55
s.homepage = "https://github.com/sgr-ksmt/#{s.name}"
66
s.license = 'MIT'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ Snapshot.get(.products, queryBuilder: { builder in
375375
- CocoaPods
376376

377377
```ruby
378-
pod 'FireSnapshot', '~> 0.9.0'
378+
pod 'FireSnapshot', '~> 0.10.0'
379379
```
380380

381381
<hr />

0 commit comments

Comments
 (0)