From a183fe091701ba3599ca2c7318c0638a629e8189 Mon Sep 17 00:00:00 2001 From: Adomas Sliuzinskas Date: Thu, 21 Oct 2021 09:32:03 +0200 Subject: [PATCH 1/2] Full coverage SVG URL, ditch version specificity from README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 6decc4f06409567d00217d8a2173abd42399710f Mon Sep 17 00:00:00 2001 From: Sune Gynthersen Date: Thu, 21 Oct 2021 09:36:09 +0200 Subject: [PATCH 2/2] Prepare release 0.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d00b8a5..7844cc4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aion-dk/js-client", - "version": "0.1.2", + "version": "0.1.4", "description": "Assembly Voting JS client", "main": "dist/lib/av_client.js", "types": "dist/lib/av_client.d.ts",