Skip to content

Commit d92b770

Browse files
committed
Bumped version to 4.0.1
1 parent eb8b220 commit d92b770

File tree

137 files changed

+245
-222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+245
-222
lines changed

.jazzy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ author: Przemysław Wośko, Andrzej Michnia
22
author_url: https://girappe.com
33
module: SwiftyMocky
44
sourcekitten_sourcefile: docs.json
5-
module_version: 4.0.0
5+
module_version: 4.0.1
66
github_url: https://github.com/MakeAWishFoundation/SwiftyMocky
77
copyright: 'Copyright © 2017 MakeAWishFoundation. All rights reserved.'
88
readme: guides/Overview.md

Mintfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
MakeAWishFoundation/SwiftyMocky-CLI@4.0.0
1+
MakeAWishFoundation/SwiftyMocky-CLI@4.0.1
22
krzysztofzablocki/Sourcery@1.0.0

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Sourcery (1.0.0)
3-
- SwiftyMocky (4.0.0):
3+
- SwiftyMocky (4.0.1):
44
- Sourcery (>= 0.18)
55

66
DEPENDENCIES:

README.md

Lines changed: 6 additions & 6 deletions

Sources/SwiftyMocky/Mock.swifttemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func stringArray(fromArguments arguments: [String: Any], forKey key: String) ->
3737
}
3838
}
3939
_%>
40-
// Generated with SwiftyMocky 4.0.0
40+
// Generated with SwiftyMocky 4.0.1
4141

4242
import SwiftyMocky
4343
import XCTest

Sources/SwiftyPrototype/Prototype.swifttemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func stringArray(fromArguments arguments: [String: Any], forKey key: String) ->
3737
}
3838
}
3939
_%>
40-
// Generated with SwiftyPrototype 4.0.0
40+
// Generated with SwiftyPrototype 4.0.1
4141

4242
import SwiftyPrototype
4343
<%# ================================================== IMPORTS -%><%_ -%>

SwiftyMocky-Runtime/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.0.0</string>
18+
<string>4.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

SwiftyMocky-Tests/iOS/Mocks/Mock.generated.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55

6-
// Generated with SwiftyMocky 4.0.0
6+
// Generated with SwiftyMocky 4.0.1
77

88
import SwiftyMocky
99
import XCTest

SwiftyMocky-Tests/macOS/Mocks/Mock.generated.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55

6-
// Generated with SwiftyMocky 4.0.0
6+
// Generated with SwiftyMocky 4.0.1
77

88
import SwiftyMocky
99
import XCTest

SwiftyMocky-Tests/tvOS/Mocks/Mock.generated.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55

6-
// Generated with SwiftyMocky 4.0.0
6+
// Generated with SwiftyMocky 4.0.1
77

88
import SwiftyMocky
99
import XCTest

0 commit comments

Comments
 (0)