Skip to content

Commit

Permalink
Change package version to non-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM authored May 13, 2022
1 parent ec70a1c commit 1211fb0
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 @@ -61,7 +61,7 @@ To use the `TwitchIRC` library in a SwiftPM project,
add the following line to the dependencies in your `Package.swift` file:

```swift
.package(url: "https://github.com/MahdiBM/TwitchIRC", from: "1.0.0-beta"),
.package(url: "https://github.com/MahdiBM/TwitchIRC", from: "1.0.0"),
```

Include `"TwitchIRC"` as a dependency for your executable target:
Expand Down

0 comments on commit 1211fb0

Please sign in to comment.