From 1384814716d277c7e74f61d7d871a68ed3a1f7e2 Mon Sep 17 00:00:00 2001 From: Oleksii Dykan Date: Sun, 11 Feb 2018 11:44:17 +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 c3233a9..16364a1 100644 --- a/CodableFirebase.podspec +++ b/CodableFirebase.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CodableFirebase" - s.version = "0.0.5" + s.version = "0.0.6" 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 d47b2a9..4484b71 100644 --- a/CodableFirebase/Info.plist +++ b/CodableFirebase/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.0.5 + 0.0.6 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass