From 35759a14520a594c4471d6dfaf4eb85d1ac2f1c8 Mon Sep 17 00:00:00 2001 From: Zach Date: Thu, 3 Oct 2024 12:29:56 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b68b004..af60a83 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # AppState +[![Build Status](https://img.shields.io/github/actions/workflow/status/0xLeif/AppState/CI.yml?branch=main)](https://github.com/0xLeif/AppState/actions) +[![License](https://img.shields.io/github/license/0xLeif/AppState)](https://github.com/0xLeif/AppState/blob/main/LICENSE) +[![Version](https://img.shields.io/github/v/release/0xLeif/AppState)](https://github.com/0xLeif/AppState/releases) + **AppState** is a Swift 6 library designed to simplify the management of application state in a thread-safe, type-safe, and SwiftUI-friendly way. It provides a set of tools to centralize and synchronize state across your application, as well as inject dependencies into various parts of your app. ## Requirements