diff --git a/README.md b/README.md index 5fdcfb5..29af95c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # nicemath +[![Tests](https://github.com/islemci/nicemath/actions/workflows/node.js.yml/badge.svg)](https://github.com/islemci/nicemath/actions/workflows/node.js.yml) A simple math library for your daily math problems diff --git a/package.json b/package.json index 66febd4..3f36edf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nicemath", - "version": "1.0.3", + "version": "1.0.4", "description": "Basic math functions", "main": "dist/index.js", "types": "dist/index.d.ts",