Bump version number

This commit is contained in:
Oleksii Dykan
2018-01-29 11:59:22 +01:00
parent ec22c1649e
commit 2afa8c101c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CodableFirebase"
s.version = "0.0.4"
s.version = "0.0.5"
s.summary = "Use Codable with Firebase"
s.description = "This library helps you use your custom models that conform to Codable protocol with Firebase Realtime Database and Firestore"
s.homepage = "https://github.com/alickbass/CodableFirebase"