Skip to content

Commit 1894361

Browse files
committed
bumped version
1 parent a163f1e commit 1894361

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Embassy.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Embassy'
3-
spec.version = '4.1.0'
3+
spec.version = '4.1.1'
44
spec.summary = 'Lightweight async HTTP server in pure Swift for iOS/macOS UI Automatic testing data mocking'
55
spec.homepage = 'https://github.com/envoy/Embassy'
66
spec.license = 'MIT'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ let package = Package(
216216
name: "EmbassyExample",
217217
dependencies: [
218218
.package(url: "https://github.com/envoy/Embassy.git",
219-
from: "4.1.0"),
219+
from: "4.1.1"),
220220
]
221221
)
222222
```

0 commit comments

Comments
 (0)