diff --git a/README.md b/README.md index b3e6d13..758a300 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It can be used on feature flags, complex conditions, conditional rendering, etc. [![Build Status](https://github.com/naman03malhotra/match-rules/workflows/CD/badge.svg?branch=master)](https://github.com/naman03malhotra/match-rules/actions) -[![Coverage Status](https://coveralls.io/repos/github/naman03malhotra/match-rules/badge.svg?branch=master)](https://coveralls.io/github/naman03malhotra/match-rules?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/naman03malhotra/match-rules/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/naman03malhotra/match-rules?branch=master&kill_cache=1) Through npm `npm install match-rules --save` diff --git a/package.json b/package.json index 3de043d..7f2190e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "match-rules", - "version": "1.2.4", + "version": "1.2.5", "description": "A javascript utility for conditional rendering (implementing business logic) of complex rules using a rules and source object.", "main": "lib/match_rules.js", "repository": {