diff --git a/CodableFirebase.podspec b/CodableFirebase.podspec
index 7d73052..9cdd4f9 100644
--- a/CodableFirebase.podspec
+++ b/CodableFirebase.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CodableFirebase"
- s.version = "0.0.8"
+ s.version = "0.0.9"
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 871f078..8aecaca 100644
--- a/CodableFirebase/Info.plist
+++ b/CodableFirebase/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.0.8
+ 0.0.9
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/CodableFirebaseTests/Info.plist b/CodableFirebaseTests/Info.plist
index 6c40a6c..cbda4ef 100644
--- a/CodableFirebaseTests/Info.plist
+++ b/CodableFirebaseTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0
+ 0.0.9
CFBundleVersion
1