Small change: Prevent that pre-releases are added

This commit is contained in:
Beowulf 2022-03-09 02:27:24 +00:00 committed by linsui
parent cb7f959c3a
commit 6f2c689e45
2 changed files with 2 additions and 2 deletions

View file

@ -50,6 +50,6 @@ Builds:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
UpdateCheckMode: Tags .*[0-9]$
CurrentVersion: '1.01'
CurrentVersionCode: 3

View file

@ -225,6 +225,6 @@ Builds:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
UpdateCheckMode: Tags .*[0-9]$
CurrentVersion: '3.15'
CurrentVersionCode: 48