From 960678ee9d2463515a31c9e2773fc77815f62b81 Mon Sep 17 00:00:00 2001 From: Daniele Margutti Date: Fri, 6 May 2022 19:19:58 +0200 Subject: [PATCH] Bump to 1.3.1 CocoaPods --- RealFlags.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RealFlags.podspec b/RealFlags.podspec index 332bdc1..d182807 100644 --- a/RealFlags.podspec +++ b/RealFlags.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RealFlags" - s.version = "1.2.2" + s.version = "1.3.1" s.summary = "Feature flagging framework for Swift" s.homepage = "https://github.com/immobiliare/RealFlags.git" s.license = { :type => "MIT", :file => "LICENSE" }