Pull request: openapi: upd version
Closes #3364. Squashed commit of the following: commit 840c20c87ccd64a83010718c68d65adcb390134d Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Jul 20 12:24:06 2021 +0300 openapi: upd version
This commit is contained in:
parent
b9e85695db
commit
5292c7c387
|
@ -377,7 +377,8 @@ attributes to make it work in Markdown renderers that strip "id". -->
|
|||
|
||||
* Prefer `'raw strings'` to `"double quoted strings"` whenever possible.
|
||||
|
||||
* Put spaces within `$( cmd )`, `$(( expr ))`, and `{ cmd; }`.
|
||||
* Put spaces within `$( cmd )`, `$(( expr ))`, and `{ cmd; }`. Avoid spaces
|
||||
within `${var}`.
|
||||
|
||||
* Put utility flags in the ASCII order and **don't** group them together. For
|
||||
example, `ls -1 -A -q`.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
'description': >
|
||||
AdGuard Home REST-ish API. Our admin web interface is built on top of this
|
||||
REST-ish API.
|
||||
'version': '0.105'
|
||||
'version': '0.107'
|
||||
'contact':
|
||||
'name': 'AdGuard Home'
|
||||
'url': 'https://github.com/AdguardTeam/AdGuardHome'
|
||||
|
|
Loading…
Reference in New Issue