Skip to content

Commit b09f67f

Browse files
committed
📖 Update readme: swift 6 and 3.0.0-beta.1
1 parent 95581d7 commit b09f67f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License">
66
</a>
77
<a href="https://swift.org">
8-
<img src="https://img.shields.io/badge/swift-5.2-brightgreen.svg" alt="Swift 5.2">
8+
<img src="https://img.shields.io/badge/swift-6.0-brightgreen.svg" alt="Swift 6.0">
99
</a>
1010
<a href="https://discord.gg/q5wCPYv">
1111
<img src="https://img.shields.io/discord/612561840765141005" alt="Swift.Stream">
@@ -21,7 +21,9 @@ It's a swift lib that gives ability to send push notifications through Firebase
2121

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

24-
> 💡Vapor3 version is available in `vapor3` branch and from `1.0.0` tag
24+
> 💡 Vapor3 version is available in **[vapor3](https://github.com/MihaelIsaev/FCM/tree/vapor3)** branch and from `1.0.0` tag
25+
>
26+
> 💡 Stable Vapor4 ELF version is available in **[v2](https://github.com/MihaelIsaev/FCM/tree/v2)** branch and from `2.0.0` tag
2527
2628
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.
2729

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

3436
```swift
3537
//add this repo to dependencies
36-
.package(url: "https://github.com/MihaelIsaev/FCM.git", from: "2.13.0")
38+
.package(url: "https://github.com/MihaelIsaev/FCM.git", from: "3.0.0-beta.1")
3739
//and don't forget about targets
3840
.product(name: "FCM", package: "FCM")
3941
```

0 commit comments

Comments
 (0)