We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a163f1e commit 1894361Copy full SHA for 1894361
Embassy.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = 'Embassy'
3
- spec.version = '4.1.0'
+ spec.version = '4.1.1'
4
spec.summary = 'Lightweight async HTTP server in pure Swift for iOS/macOS UI Automatic testing data mocking'
5
spec.homepage = 'https://github.com/envoy/Embassy'
6
spec.license = 'MIT'
README.md
@@ -216,7 +216,7 @@ let package = Package(
216
name: "EmbassyExample",
217
dependencies: [
218
.package(url: "https://github.com/envoy/Embassy.git",
219
- from: "4.1.0"),
+ from: "4.1.1"),
220
]
221
)
222
```
0 commit comments