From 3ac31475379b5a6c18a31436c15d072189e8f5f1 Mon Sep 17 00:00:00 2001 From: Sky Lan Date: Tue, 17 Nov 2020 17:24:33 -0800 Subject: [PATCH] Update generator binary and version file for v0.17.1 --- Generator/Sources/needle/Version.swift | 2 +- Generator/bin/needle | Bin 14299968 -> 14299968 bytes NeedleFoundation.podspec | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Generator/Sources/needle/Version.swift b/Generator/Sources/needle/Version.swift index 82b39178..6f74be68 100644 --- a/Generator/Sources/needle/Version.swift +++ b/Generator/Sources/needle/Version.swift @@ -14,4 +14,4 @@ // limitations under the License. // -let version = "0.17.0" +let version = "0.17.1" diff --git a/Generator/bin/needle b/Generator/bin/needle index 6f1d16f9dcac3254122b9376e5ca3d3abd18f553..cdef571dffb141a71a9506cecd9376cd11067f3a 100755 GIT binary patch delta 947 zcmWm5)lwAz00dCMMn$n(uASK3g5BL>cVKsciY*q{-5tOc6T8K(4{#iP@E1Jn%$a@I z+00+R^JH>uO?Z)(GhRRW@vm*A!!a4r3Dtw?2}$9JN#P-cl9OEICJ%YZM}ER6KtT$T z{VPlnA}C5Ric^A;l%h0cC`&oYQ-O+9B9Z`=sX|q%QJospq!zWQLtW|-Mg3q>c!R1< zLmDQgMK>V38_}31G^H8MX+cX`1=FHiFFETI^|v)`XiGcV(}9k3BAOUF(}k{dqdPt5 zNiTZShraZqKLZ%ZAOD7$5j~KjJ^hq?H)} delta 947 zcmWm5RZkTF0Dw`&E)4AC+JV^JB6fFoU}Gl+2DX^kt=I`(TkP)E7dJQO^e6D*;oHvR zm-hQl_B1Xo3oQ`aCc0`^?>fIymd2&0|J>4fMPg_|VrXVU$U;`Kk)0gmBp12KLtgTc z@#Uug1t~-rg(*T&icy>rl%y1;DMMMx5l(>eRG=c2s7w{AQjO}=AcC4iQY)AkTDxL{ z%(W9zqcYT?F7>ES0~*qZ#x$X6Fg2>#{A5q$zh*S21ubbsYueD3DB2NCdpgjOPIRUV zUFk-5deD*YkjeFeZ0S|e^W1jGoXFTTxFL}jl a-td-pyypWS`NU_w@Re`D_`vr&1^)xIf0Rc6 diff --git a/NeedleFoundation.podspec b/NeedleFoundation.podspec index 10e1e74b..e128527a 100644 --- a/NeedleFoundation.podspec +++ b/NeedleFoundation.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'NeedleFoundation' - s.version = '0.17.0' + s.version = '0.17.1' s.summary = 'Compile-time safe Swift dependency injection framework with real code.' s.description = 'Needle is a dependency injection (DI) system for Swift. Unlike other DI frameworks, such as Cleanse, Swinject, Needle encourages hierarchical DI structure and utilizes code generation to ensure compile-time safety. This allows us to develop our apps and make changes with confidence. If it compiles, it works. In this aspect, Needle is more similar to Android Dagger.'