Skip to content

Commit 924634e

Browse files
author
sgr-ksmt
committed
bump up version and update README.md
1 parent 987b3a2 commit 924634e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.7.4"
3+
s.version = "0.8.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,14 +375,14 @@ Snapshot.get(.products, queryBuilder: { builder in
375375
- CocoaPods
376376

377377
```ruby
378-
pod 'FireSnapshot', '~> 0.7.4'
378+
pod 'FireSnapshot', '~> 0.8.0'
379379
```
380380

381381
<hr />
382382

383383
## Dependencies
384384

385-
- Firebase: `v6.9.0` or higher.
385+
- Firebase: `v6.11.0` or higher.
386386
- FirebaseFirestoreSwift: Fetch from master branch.
387387
- Swift: `5.1` or higher.
388388

0 commit comments

Comments
 (0)