diff --git a/README.md b/README.md index 90c669a..694fa96 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # React Countdown Hook +[![Build Status](https://dci.osa.cubetiqs.com/api/badges/CUBETIQ/react-use-countdown/status.svg)](https://dci.osa.cubetiqs.com/CUBETIQ/react-use-countdown) + ### Installation ```shell script # NPM diff --git a/package.json b/package.json index c252d82..6379a56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cubetiq/react-use-countdown", - "version": "1.10.8", + "version": "1.10.9", "description": "React Countdown with trigger", "main": "./dist/index.js", "types": "./dist/index.d.ts",