Move to version 0.4.0
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user