Skip to content

Commit

Permalink
Update generator binary and version file for v0.21.0
Browse files Browse the repository at this point in the history
rudro committed Nov 29, 2022
1 parent 858e7e1 commit e2ad104
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Generator/Sources/needle/Version.swift
Original file line number Diff line number Diff line change
@@ -14,4 +14,4 @@
// limitations under the License.
//

let version = "0.20.0"
let version = "0.21.0"
Binary file modified Generator/bin/needle
Binary file not shown.
2 changes: 1 addition & 1 deletion NeedleFoundation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NeedleFoundation'
s.version = '0.20.0'
s.version = '0.21.0'
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.'

0 comments on commit e2ad104

Please sign in to comment.