TCBScans: Update version number (#7993)

update version
This commit is contained in:
Creepler13 2025-03-09 13:30:05 +01:00 committed by Draff
parent 87e4096264
commit 21ee081352
No known key found for this signature in database
GPG Key ID: E8A89F3211677653

View File

@ -1,7 +1,7 @@
ext {
extName = 'TCB Scans'
extClass = '.TCBScans'
extVersionCode = 9
extVersionCode = 10
}
apply from: "$rootDir/common.gradle"