Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjlee committed Dec 19, 2019
1 parent a163f1e commit 1894361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Embassy.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Embassy'
spec.version = '4.1.0'
spec.version = '4.1.1'
spec.summary = 'Lightweight async HTTP server in pure Swift for iOS/macOS UI Automatic testing data mocking'
spec.homepage = 'https://github.com/envoy/Embassy'
spec.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -216,7 +216,7 @@ let package = Package(
name: "EmbassyExample",
dependencies: [
.package(url: "https://github.com/envoy/Embassy.git",
from: "4.1.0"),
from: "4.1.1"),
]
)
```
Expand Down

0 comments on commit 1894361

Please sign in to comment.