Skip to content

Commit 6a2d5e2

Browse files
committed
Update generator binary and version file for v0.17.2
1 parent 72ebcaf commit 6a2d5e2

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Generator/Sources/needle/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
// limitations under the License.
1515
//
1616

17-
let version = "0.17.1"
17+
let version = "0.17.2"
-3.49 MB
Binary file not shown.

Generator/bin/needle

-270 KB
Binary file not shown.

NeedleFoundation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'NeedleFoundation'
3-
s.version = '0.17.1'
3+
s.version = '0.17.2'
44
s.summary = 'Compile-time safe Swift dependency injection framework with real code.'
55
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.'
66

0 commit comments

Comments
 (0)