From 7562b0ab0ac0d8cb3b5c2cc593f30901af0d5a83 Mon Sep 17 00:00:00 2001 From: flxkrmr <felixkramerroki@aol.com> Date: Sat, 25 Mar 2023 11:39:24 +0100 Subject: [PATCH] Bump Version --- index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ae46e42..1955e31 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ <div class="row border data-container" id="init-data-container"> <div class="col"> <div id="init-data-container-message" class="text-center"> - Please connect EEC-IV Reader and click the Connect Button. + Please connect EEC-IV Reader and click the Connect Button... </div> </div> </div> diff --git a/package.json b/package.json index ff7903f..062de37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eec-iv-reader-ui", - "version": "0.3.5", + "version": "0.3.6", "description": "GUI for EEC IV Reader", "main": "main.js", "repository": {