Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 1, 2021
1 parent d7390f3 commit 9aada84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is a wrapper for [`NSRegularExpression`](https://developer.apple.com/docume
Add the following to `Package.swift`:

```swift
.package(url: "https://github.com/sindresorhus/Regex", from: "0.0.0")
.package(url: "https://github.com/sindresorhus/Regex", from: "0.1.0")
```

[Or add the package in Xcode.](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app)
Expand Down

0 comments on commit 9aada84

Please sign in to comment.