From 446abf9b05478c93a8dce53897a31f69252b2296 Mon Sep 17 00:00:00 2001 From: Daniele Margutti Date: Wed, 26 Jan 2022 18:00:45 +0100 Subject: [PATCH] Bump to 1.2.2 --- RealFlags.podspec | 2 +- RealFlagsFirebase.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }