first auto updater

This commit is contained in:
dj2ls 2022-02-22 16:15:28 +01:00
parent 2470f5ed91
commit e115845d72
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "FreeDATA", "name": "FreeDATA",
"version": "0.0.1-alpha", "version": "0.0.1-alpha.1",
"description": "FreeDATA ", "description": "FreeDATA ",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -126,9 +126,9 @@
<div class="toast-body">going to download...</div> <div class="toast-body">going to download...</div>
</div> </div>
<!-- UPDATE NOT AVAILABLE --> <!-- UPDATE NOT AVAILABLE -->
<div class="toast align-items-center text-white bg-primary border-0" id="toastUpdateAvailable" role="alert" aria-live="assertive" aria-atomic="true"> <div class="toast align-items-center text-white bg-success border-0" id="toastUpdateNotAvailable" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex"> <div class="d-flex">
<div class="toast-body">UPDATE NOT AVAILABLE!</div> <div class="toast-body">Up to date!</div>
<button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast" aria-label="Close"></button> <button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast" aria-label="Close"></button>
</div> </div>
</div> </div>