Skip to content

Commit

Permalink
Updated to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
esimov committed Feb 3, 2023
1 parent a40daf2 commit 04116eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

VERSION="1.0.1"
VERSION="1.0.2"
PROTECTED_MODE="no"

export GO15VENDOREXPERIMENT=1
Expand Down
2 changes: 1 addition & 1 deletion hud.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const maxIconBorderWidth = unit.Dp(5)
const Version = "v1.0.1"
const Version = "v1.0.2"

type (
D = layout.Dimensions
Expand Down

0 comments on commit 04116eb

Please sign in to comment.