fix bug: when diange limit is 1, user can only diange once & update version number to 1.2.0

This commit is contained in:
aynakeya
2025-06-30 00:38:21 +08:00
parent 1fa82c2a01
commit f4aa9b4ac9
2 changed files with 5 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ import (
const (
ProgramName = "卡西米尔唱片机"
Version uint32 = 0x010103
Version uint32 = 0x010200
)
const (