From 72ea868d014174d82f014a86e2e8b067b6a6208a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Kwoska?= Date: Tue, 14 Nov 2023 16:32:01 +0100 Subject: [PATCH] Bump version to 0.2.3 --- InjectGrail.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InjectGrail.podspec b/InjectGrail.podspec index 0ff4f9c..540ff72 100644 --- a/InjectGrail.podspec +++ b/InjectGrail.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'InjectGrail' - s.version = '0.2.2' + s.version = '0.2.3' s.summary = 'Holy Grail of Swift Injection frameworks for iOS and MacOs.' s.description = <<-DESC Tired of injection framework that puts everything in one big bag of dependecy resolvers? This framework might be good for you.