From 00599905c2b550b2f15370fca1223e175be9a67e Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Tue, 23 Dec 2025 13:59:14 -0800 Subject: [PATCH] Move to version 0.4.0 --- scripts/docker_push.sh | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/docker_push.sh b/scripts/docker_push.sh index 9c46455..228052b 100755 --- a/scripts/docker_push.sh +++ b/scripts/docker_push.sh @@ -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} diff --git a/src/index.html b/src/index.html index 5e5d477..0fc178d 100644 --- a/src/index.html +++ b/src/index.html @@ -516,7 +516,7 @@ function show_content() { .after("
Presented by Heshapps.com - speed-data-docker
") .after($('
').append( $(''), - $('
Network Speed Data
') + $('
Network Speed
') )) .hide(); console.timeEnd("speedtest");