From 812b583dbb4c845251fbea3ad7867c42ba6f6c26 Mon Sep 17 00:00:00 2001 From: Amit Dhamu Date: Fri, 18 Mar 2022 14:58:38 +0000 Subject: [PATCH] Fix CI badge link --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4e9755..8087c2f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A React input component with pluggable search suggestions and autocomplete. Also includes arrow key navigation through results. -[![Build](https://github.com/adhamu/react-input-suggestions/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/adhamu/react-search-suggestions/actions) +[![Build](https://github.com/adhamu/react-input-suggestions/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/adhamu/react-input-suggestions/actions) diff --git a/package.json b/package.json index 9761f8a..614a5c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-input-suggestions", - "version": "1.0.0", + "version": "1.0.1", "description": "A React input component with pluggable suggestions and autocomplete", "keywords": [ "react",