From 3913191c0325e75511947a388550f4efbf9b1ccf Mon Sep 17 00:00:00 2001 From: Goooler Date: Thu, 10 Aug 2023 18:43:10 +0800 Subject: [PATCH] Add badges in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2ab5be67..0cd36913 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![Android CI](https://github.com/splitwise/TokenAutoComplete/actions/workflows/android.yml/badge.svg)](https://github.com/splitwise/TokenAutoComplete/actions/workflows/android.yml) +[![License](https://img.shields.io/github/license/splitwise/TokenAutoComplete.svg)](LICENSE) +[![Maven Central](https://img.shields.io/maven-central/v/com.splitwise/tokenautocomplete.svg)](https://search.maven.org/artifact/com.splitwise/tokenautocomplete) + + ### Version 3.0 The `3.0.1` version is now available! This should resolve a number of text handling issues and lay the groundwork for better support of mixed text and token input. If you're still on `2.*`, you can find the docs for `2.0.8` [here](https://github.com/splitwise/TokenAutoComplete/tree/2.0.8).