docs: new versions

This commit is contained in:
2023-01-08 17:11:03 +01:00
parent fc08db02eb
commit a330aec9d7
3 changed files with 6 additions and 5 deletions

View File

@ -780,7 +780,7 @@ sub _strftimeWrapper {
],
"release_status": "stable",
"license": "GPL_2",
"version": "v1.2.10",
"version": "v1.2.11",
"author": [
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
],

View File

@ -978,7 +978,8 @@ sub _CreateForecastRef {
lat => $self->{lat},
long => $self->{long},
apiMaintainer => $META->{author}[0],
apiVersion => version->parse( __PACKAGE__->VERSION() )->normal,
apiVersion => version->parse( __PACKAGE__->VERSION() )->normal . '-'
. $META->{release_status},
}
);
@ -1030,7 +1031,7 @@ sub _strftimeWrapper {
],
"release_status": "stable",
"license": "GPL_2",
"version": "v3.2.5",
"version": "v3.2.6",
"author": [
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
],