diff --git a/README.md b/README.md index 854a583..8192dbc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +# Find Horoscope [![Node.js CI](https://github.com/cankatabaci/find-horoscope/actions/workflows/node.js.yml/badge.svg)](https://github.com/cankatabaci/find-horoscope/actions/workflows/node.js.yml) [![Publish Package to npmjs](https://github.com/cankatabaci/find-horoscope/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/cankatabaci/find-horoscope/actions/workflows/npm-publish.yml) diff --git a/package.json b/package.json index fd7d198..9aea2b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "find-horoscope", - "version": "0.4.0", + "version": "0.5.0", "description": "Find your zodiac sign by date of birth", "main": "dist/main.js", "types": "dist/main.d.ts",