Skip to content

Commit bf2d46c

Browse files
committed
Update generator binary and version file for v0.18.1
1 parent 0268f2c commit bf2d46c

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.18.0"
17+
let version = "0.18.1"

Generator/bin/needle

0 Bytes
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.18.0'
3+
s.version = '0.18.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)