Skip to content

Commit

Permalink
📖 Update readme: swift 6 and 3.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaelIsaev committed Nov 11, 2024
1 parent 95581d7 commit b09f67f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License">
</a>
<a href="https://swift.org">
<img src="https://img.shields.io/badge/swift-5.2-brightgreen.svg" alt="Swift 5.2">
<img src="https://img.shields.io/badge/swift-6.0-brightgreen.svg" alt="Swift 6.0">
</a>
<a href="https://discord.gg/q5wCPYv">
<img src="https://img.shields.io/discord/612561840765141005" alt="Swift.Stream">
Expand All @@ -21,7 +21,9 @@ It's a swift lib that gives ability to send push notifications through Firebase

Built for Vapor4 and depends on `JWT` Vapor lib.

> 💡Vapor3 version is available in `vapor3` branch and from `1.0.0` tag
> 💡 Vapor3 version is available in **[vapor3](https://github.com/MihaelIsaev/FCM/tree/vapor3)** branch and from `1.0.0` tag
>
> 💡 Stable Vapor4 ELF version is available in **[v2](https://github.com/MihaelIsaev/FCM/tree/v2)** branch and from `2.0.0` tag
If you have great ideas of how to improve this package write me (@iMike#3049) in [Vapor's discord chat](http://vapor.team) or just send pull request.

Expand All @@ -33,7 +35,7 @@ Edit your `Package.swift`

```swift
//add this repo to dependencies
.package(url: "https://github.com/MihaelIsaev/FCM.git", from: "2.13.0")
.package(url: "https://github.com/MihaelIsaev/FCM.git", from: "3.0.0-beta.1")
//and don't forget about targets
.product(name: "FCM", package: "FCM")
```
Expand Down

0 comments on commit b09f67f

Please sign in to comment.