From e6947deb6b18305e0f0ae7ef8c1cd7cb0381fbce Mon Sep 17 00:00:00 2001 From: Oleksii Dykan Date: Fri, 26 Jan 2018 12:53:08 +0100 Subject: [PATCH] Bump version number --- CodableFirebase.podspec | 2 +- CodableFirebase/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CodableFirebase.podspec b/CodableFirebase.podspec index d9fe3d5..ced075e 100644 --- a/CodableFirebase.podspec +++ b/CodableFirebase.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CodableFirebase" - s.version = "0.0.3" + s.version = "0.0.4" 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" diff --git a/CodableFirebase/Info.plist b/CodableFirebase/Info.plist index 413d1b1..776fd44 100644 --- a/CodableFirebase/Info.plist +++ b/CodableFirebase/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.0.3 + 0.0.4 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass