Skip to content

Commit 0d4bb1b

Browse files
committed
Update readme to show 1.0.2
1 parent c6acffa commit 0d4bb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A prometheus client for Swift supporting counters, gauges, histograms, summaries
88

99
SwiftPrometheus is available through SPM. To include it in your project add the following dependency to your `Package.swift`:
1010
```swift
11-
.package(url: "https://github.com/swift-server-community/SwiftPrometheus.git", from: "1.0.0")
11+
.package(url: "https://github.com/swift-server-community/SwiftPrometheus.git", from: "1.0.2")
1212
```
1313

1414
# Usage

0 commit comments

Comments
 (0)