From 10ef7a6ddceed0b67c8d4b0355a24a83a1257b9f Mon Sep 17 00:00:00 2001 From: Vinh Nguyen Date: Wed, 8 Nov 2023 10:14:01 +0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5c547bd..543fb0e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ --- [![Swift](https://github.com/vinhnx/Shift/actions/workflows/ci.yml/badge.svg)](https://github.com/vinhnx/Shift/actions/workflows/ci.yml) +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fvinhnx%2FShift%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/vinhnx/Shift) +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fvinhnx%2FShift%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/vinhnx/Shift) Shift is a light-weight concurrency wrapper for [EventKit](https://developer.apple.com/documentation/eventkit): + Concurrency ready with `async`/`await`. (tag: `0.7.0`)