mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +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:
parent
be892b3b61
commit
3d71b8bc0a
@ -1123,7 +1123,7 @@ sub __SetXVersion {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Generate generic version to fill the gap
|
# 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] . ':?';
|
$modMeta->{x_version} = $modMeta->{x_file}[2] . ':?';
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1169,7 +1169,7 @@ sub __SetXVersion {
|
|||||||
"metadata",
|
"metadata",
|
||||||
"meta"
|
"meta"
|
||||||
],
|
],
|
||||||
"version": "v0.1.4",
|
"version": "v0.1.5",
|
||||||
"release_status": "testing",
|
"release_status": "testing",
|
||||||
"author": [
|
"author": [
|
||||||
"Julian Pawlowski <julian.pawlowski@gmail.com>"
|
"Julian Pawlowski <julian.pawlowski@gmail.com>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user