Skip to content

Commit

Permalink
Update generator binary and version file for v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rudro committed Mar 9, 2021
1 parent 72ebcaf commit 6a2d5e2
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.17.1"
let version = "0.17.2"
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.17.1'
s.version = '0.17.2'
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 6a2d5e2

Please sign in to comment.