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