diff --git a/Generator/Sources/needle/Version.swift b/Generator/Sources/needle/Version.swift index 3d38bbe..11bb637 100644 --- a/Generator/Sources/needle/Version.swift +++ b/Generator/Sources/needle/Version.swift @@ -14,4 +14,4 @@ // limitations under the License. // -let version = "0.25.0" +let version = "0.25.1" diff --git a/Generator/bin/needle b/Generator/bin/needle index c663920..1a543b7 100755 Binary files a/Generator/bin/needle and b/Generator/bin/needle differ diff --git a/NeedleFoundation.podspec b/NeedleFoundation.podspec index fb22e93..55d0d45 100644 --- a/NeedleFoundation.podspec +++ b/NeedleFoundation.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'NeedleFoundation' - s.version = '0.25.0' + s.version = '0.25.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.'