From 7ac3efc8b8391524bfc35ea21fbc7549691b433f Mon Sep 17 00:00:00 2001 From: Oleksii Dykan Date: Sun, 13 May 2018 21:22:43 +0100 Subject: [PATCH] 0.0.10 release --- CodableFirebase.podspec | 2 +- CodableFirebase/Info.plist | 2 +- CodableFirebaseTests/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CodableFirebase.podspec b/CodableFirebase.podspec index 9cdd4f9..cc4e1d4 100644 --- a/CodableFirebase.podspec +++ b/CodableFirebase.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CodableFirebase" - s.version = "0.0.9" + s.version = "0.0.10" 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 8aecaca..4c8e743 100644 --- a/CodableFirebase/Info.plist +++ b/CodableFirebase/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.0.9 + 0.0.10 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/CodableFirebaseTests/Info.plist b/CodableFirebaseTests/Info.plist index cbda4ef..e61fff5 100644 --- a/CodableFirebaseTests/Info.plist +++ b/CodableFirebaseTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.0.9 + 0.0.10 CFBundleVersion 1