From 04116ebd164291a6a06002a8701d2c7b585c97ad Mon Sep 17 00:00:00 2001 From: esimov Date: Fri, 3 Feb 2023 17:28:08 +0200 Subject: [PATCH] Updated to v1.0.2 --- build.sh | 2 +- hud.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 285d3ba..37b5894 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -VERSION="1.0.1" +VERSION="1.0.2" PROTECTED_MODE="no" export GO15VENDOREXPERIMENT=1 diff --git a/hud.go b/hud.go index a6bf74a..ba79838 100644 --- a/hud.go +++ b/hud.go @@ -21,7 +21,7 @@ import ( ) const maxIconBorderWidth = unit.Dp(5) -const Version = "v1.0.1" +const Version = "v1.0.2" type ( D = layout.Dimensions