Skip to content

Commit 69f7a88

Browse files
committed
Update generator binary and version file for v0.25.1
1 parent 7bcffcf commit 69f7a88

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Generator/Sources/needle/Version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
// limitations under the License.
1515
//
1616

17-
let version = "0.25.0"
17+
let version = "0.25.1"

Generator/bin/needle

-5.01 MB
Binary file not shown.

NeedleFoundation.podspec

+1-1
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.25.0'
3+
s.version = '0.25.1'
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)