Skip to content

Commit dd0fdb4

Browse files
committed
update deps & readme
1 parent 35f1bcf commit dd0fdb4

File tree

3 files changed

+33
-15
lines changed

3 files changed

+33
-15
lines changed

Package.resolved

Lines changed: 29 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
dependencies: [
1313
.package(
1414
url: "https://github.com/hummingbird-project/hummingbird.git",
15-
from: "1.4.0"
15+
from: "1.6.0"
1616
),
1717
],
1818
targets: [

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# hummingbird-spec
1+
# HummingbirdSpec
22

3-
Unit testing Hummingbird applications through declarative specifications.
3+
Unit testing for [Hummingbird](https://github.com/hummingbird-project/hummingbird) applications through declarative specifications.
44

55

66
## Install
77

88
Add the repository as a dependency:
99

1010
```swift
11-
.package(url: "https://github.com/feathercms/hummingbird-spec", from: "1.0.0"),
11+
.package(url: "https://github.com/binarybirds/hummingbird-spec", from: "1.0.0"),
1212
```
1313

1414
Add Spec to the target dependencies:

0 commit comments

Comments
 (0)