@@ -122,7 +122,7 @@ Add **SwiftyMocky** to you **Package.swift** dependencies:
122122
123123``` swift
124124dependencies: [
125- .package (url : " https://github.com/MakeAWishFoundation/SwiftyMocky" , from : " 4.2.0 " ),
125+ .package (url : " https://github.com/MakeAWishFoundation/SwiftyMocky" , from : " 4.2.4 " ),
126126]
127127```
128128
@@ -385,15 +385,15 @@ SwiftyMocky is available under the MIT license. See the [LICENSE][link-license]
385385
386386<!-- Links based on tag -->
387387
388- [link- docs]: https: // rawcdn.githack.com/MakeAWishFoundation/SwiftyMocky/4.2.0 /docs/index.html
389- [link- docs- features]: https: // rawcdn.githack.com/MakeAWishFoundation/SwiftyMocky/4.2.0 /docs/supported-features.html
390- [link- docs- installation]: https: // rawcdn.githack.com/MakeAWishFoundation/SwiftyMocky/4.2.0 /docs/installation.html
391- [link- docs- installation- carthage]: https: // rawcdn.githack.com/MakeAWishFoundation/SwiftyMocky/4.2.0 /docs/installation.html#installation-carthage
392- [link- docs- setup]: https: // rawcdn.githack.com/MakeAWishFoundation/SwiftyMocky/4.2.0 /docs/setup-in-project.html
388+ [link- docs]: https: // rawcdn.githack.com/MakeAWishFoundation/SwiftyMocky/4.2.4 /docs/index.html
389+ [link- docs- features]: https: // rawcdn.githack.com/MakeAWishFoundation/SwiftyMocky/4.2.4 /docs/supported-features.html
390+ [link- docs- installation]: https: // rawcdn.githack.com/MakeAWishFoundation/SwiftyMocky/4.2.4 /docs/installation.html
391+ [link- docs- installation- carthage]: https: // rawcdn.githack.com/MakeAWishFoundation/SwiftyMocky/4.2.4 /docs/installation.html#installation-carthage
392+ [link- docs- setup]: https: // rawcdn.githack.com/MakeAWishFoundation/SwiftyMocky/4.2.4 /docs/setup-in-project.html
393393
394394<!-- Assets -->
395395
396- [logo]: https: // raw.githubusercontent.com/MakeAWishFoundation/SwiftyMocky/4.2.0 /icon.png
396+ [logo]: https: // raw.githubusercontent.com/MakeAWishFoundation/SwiftyMocky/4.2.4 /icon.png
397397[example- watcher]: https: // raw.githubusercontent.com/MakeAWishFoundation/SwiftyMocky/1.0.0/guides/assets/example-watcher.gif "Example - generation"
398398[example- given]: https: // raw.githubusercontent.com/MakeAWishFoundation/SwiftyMocky/1.0.0/guides/assets/example-given.gif "Example - given"
399399[example- verify]: https: // raw.githubusercontent.com/MakeAWishFoundation/SwiftyMocky/1.0.0/guides/assets/example-verify.gif "Example - verify"
0 commit comments