diff --git a/README.md b/README.md index 770415f2..28436c50 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Assembly Voting JS Client -![Code coverage](./.github/coverage_badge.svg) +![Code coverage](https://raw.githubusercontent.com/aion-dk/js-client/main/.github/coverage_badge.svg) Javascript API for building voter-facing election applications. ## Installing Install directly from Github into your Javascript project. ``` -npm install aion-dk/js-client#v0.1.2 +npm install aion-dk/js-client ``` ## Documentation diff --git a/package.json b/package.json index b87abe33..7844cc4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aion-dk/js-client", - "version": "0.1.3", + "version": "0.1.4", "description": "Assembly Voting JS client", "main": "dist/lib/av_client.js", "types": "dist/lib/av_client.d.ts",