diff --git a/Generator/Sources/needle/Version.swift b/Generator/Sources/needle/Version.swift index 9c6da1a6..1a857f7c 100644 --- a/Generator/Sources/needle/Version.swift +++ b/Generator/Sources/needle/Version.swift @@ -14,4 +14,4 @@ // limitations under the License. // -let version = "0.16.0" +let version = "0.16.1" diff --git a/Generator/bin/needle b/Generator/bin/needle index 4a584144..6d33efb7 100755 Binary files a/Generator/bin/needle and b/Generator/bin/needle differ diff --git a/NeedleFoundation.podspec b/NeedleFoundation.podspec index ecfe4ebc..a2159487 100644 --- a/NeedleFoundation.podspec +++ b/NeedleFoundation.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'NeedleFoundation' - s.version = '0.16.0' + s.version = '0.16.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.'