Move to version 0.4.0

This commit is contained in:
2025-12-23 13:59:14 -08:00
parent fb9b974e0d
commit 00599905c2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.3.0
VERSION=0.4.0
docker image build --no-cache -t asolkar/speed-data-docker:${VERSION} . && \
docker push asolkar/speed-data-docker:${VERSION}

View File

@@ -516,7 +516,7 @@ function show_content() {
.after("<div id=\"app-advt\"><a href=\"https://git.heshapps.com/asolkar/speed-data-docker\">Presented by Heshapps.com - speed-data-docker</a></div>")
.after($('<div id="hd-cont"></div>').append(
$('<img id="app-icon" src="icon.png" />'),
$('<div class="hd-txt">Network Speed Data</div>')
$('<div class="hd-txt">Network Speed</div>')
))
.hide();
console.timeEnd("speedtest");