Skip to content

Commit c93671d

Browse files
author
sgr-ksmt
committed
bump up version to 0.6.0.
1 parent 5bd5066 commit c93671d

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.5.0"
3+
s.version = "0.6.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
@@ -66,7 +66,7 @@ Snapshot.get(.user(userID: "xxxx")) { result in
6666
- CocoaPods
6767

6868
```ruby
69-
pod 'FireSnapshot', '~> 0.5.0'
69+
pod 'FireSnapshot', '~> 0.6.0'
7070
```
7171

7272
## Dependencies

0 commit comments

Comments
 (0)