diff --git a/RealFlags.podspec b/RealFlags.podspec index 6952cd9..332bdc1 100644 --- a/RealFlags.podspec +++ b/RealFlags.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RealFlags" - s.version = "1.2.1" + s.version = "1.2.2" s.summary = "Feature flagging framework for Swift" s.homepage = "https://github.com/immobiliare/RealFlags.git" s.license = { :type => "MIT", :file => "LICENSE" } diff --git a/RealFlagsFirebase.podspec b/RealFlagsFirebase.podspec index 3350f83..e927561 100644 --- a/RealFlagsFirebase.podspec +++ b/RealFlagsFirebase.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RealFlagsFirebase" - s.version = "1.2.1" + s.version = "1.2.2" s.summary = "Feature flagging framework for Swift: FirebaseRemoteConfig Data Provider" s.homepage = "https://github.com/immobiliare/RealFlags.git" s.license = { :type => "MIT", :file => "LICENSE" }