2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

Meta.pm: fix typo

git-svn-id: https://svn.fhem.de/fhem/trunk@18860 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2019-03-11 14:52:12 +00:00
parent be892b3b61
commit 3d71b8bc0a

View File

@ -1123,7 +1123,7 @@ sub __SetXVersion {
}
# Generate generic version to fill the gap
elsif ( defined( $modMeta->{x_file}[7] eq 'generated/blank' ) ) {
elsif ( $modMeta->{x_file}[7] eq 'generated/blank' ) {
$modMeta->{x_version} = $modMeta->{x_file}[2] . ':?';
}
@ -1169,7 +1169,7 @@ sub __SetXVersion {
"metadata",
"meta"
],
"version": "v0.1.4",
"version": "v0.1.5",
"release_status": "testing",
"author": [
"Julian Pawlowski <julian.pawlowski@gmail.com>"