We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adf720 commit 21d62eaCopy full SHA for 21d62ea
cmd/gui/main.go
@@ -14,7 +14,7 @@ import (
14
"fyne.io/fyne/v2/theme"
15
)
16
17
-const VERSION = "0.1.1"
+const VERSION = "0.1.2"
18
const imageSize = 512 // 512 by 512 pixels
19
var BeatSaverRe = regexp.MustCompile(`(?i)(?:beatsaver\.com/maps/|!bsr )?([[0-9A-F]+).*`)
20
scripts/build.sh scripts/buildAll.shscripts/build.sh renamed to scripts/buildAll.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
-export VERSION=0.1.1
+export VERSION=0.1.2
3
+export AppId=com.zivoy.beatlist
4
+export Name=BeatList
5
6
if [ ! -d "scripts" ]; then
7
echo "run from root dir"
0 commit comments