Skip to content

Commit e7dc573

Browse files
docs: Adds sswg badge & updates Swift version
1 parent 0c10236 commit e7dc573

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# GraphQL
22

33
[![Swift][swift-badge]][swift-url]
4+
[![SSWG][sswg-badge]][sswg-url]
45
[![License][mit-badge]][mit-url]
5-
[![GitHub Actions][gh-actions-badge]][gh-actions-url]
66
[![Codebeat][codebeat-badge]][codebeat-url]
77

8+
89
The Swift implementation for GraphQL, a query language for APIs created by Facebook.
910

1011
Looking for help? Find resources [from the community](http://graphql.org/community/).
@@ -156,9 +157,12 @@ missing, looking at the original code and "translating" it to Swift works, most
156157

157158
This project is released under the MIT license. See [LICENSE](LICENSE) for details.
158159

159-
[swift-badge]: https://img.shields.io/badge/Swift-5.5-orange.svg?style=flat
160+
[swift-badge]: https://img.shields.io/badge/Swift-5.10-orange.svg?style=flat
160161
[swift-url]: https://swift.org
161162

163+
[sswg-badge]: https://img.shields.io/badge/sswg-incubating-blue.svg?style=flat
164+
[sswg-url]: https://swift.org/sswg/incubation-process.html#incubating-level
165+
162166
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg?style=flat
163167
[mit-url]: https://tldrlegal.com/license/mit-license
164168

0 commit comments

Comments
 (0)