Skip to content

Commit

Permalink
Update generator binary and version file for v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rudro committed Nov 16, 2022
1 parent eb429a6 commit 91424b7
Show file tree
Hide file tree
Showing 4 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
Expand Up @@ -14,4 +14,4 @@
// limitations under the License.
//

let version = "0.19.0"
let version = "0.20.0"
Binary file modified Generator/bin/lib_InternalSwiftSyntaxParser.dylib
Binary file not shown.
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.19.0'
s.version = '0.20.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.'

Expand Down

0 comments on commit 91424b7

Please sign in to comment.