Skip to content

Commit

Permalink
update readme 1.0.0 release info (#25)
Browse files Browse the repository at this point in the history
motivation: prepare for 1.0.0 release

changes: update readme with 1.0.0 release info
  • Loading branch information
tomerd committed May 6, 2019
1 parent e7de070 commit 4c24199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ If you have a server-side Swift application, or maybe a cross-platform (e.g. Lin
To add a dependency on the metrics API package, you need to declare it in your `Package.swift`:

```swift
// SwiftMetrics is converging towards the 1.0.0 release as of April 22nd 2019, the tag is 1.0.0-convergence.1
// As of May 5, 2019, SwiftMetrics' major stable release is 1.0.0
// To depend on this release, you can use
.package(url: "https://github.com/apple/swift-metrics.git", from: "1.0.0-convergence.1"),
.package(url: "https://github.com/apple/swift-metrics.git", from: "1.0.0"),
```

and to your application/library target, add "Metrics" to your dependencies:
Expand Down

0 comments on commit 4c24199

Please sign in to comment.