Skip to content

Commit 21d62ea

Browse files
committed
bump version
1 parent 1adf720 commit 21d62ea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cmd/gui/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"fyne.io/fyne/v2/theme"
1515
)
1616

17-
const VERSION = "0.1.1"
17+
const VERSION = "0.1.2"
1818
const imageSize = 512 // 512 by 512 pixels
1919
var BeatSaverRe = regexp.MustCompile(`(?i)(?:beatsaver\.com/maps/|!bsr )?([[0-9A-F]+).*`)
2020

scripts/build.sh renamed to scripts/buildAll.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
2-
export VERSION=0.1.1
2+
export VERSION=0.1.2
3+
export AppId=com.zivoy.beatlist
4+
export Name=BeatList
35

46
if [ ! -d "scripts" ]; then
57
echo "run from root dir"

0 commit comments

Comments
 (0)