mirror of https://github.com/aredn/aredn.git
aredn: update the API version numbers (#132)
This commit is contained in:
parent
8ff4156d37
commit
87ea92da2a
|
@ -44,7 +44,7 @@ require("nixio")
|
|||
local json = require("luci.jsonc")
|
||||
require("iwinfo")
|
||||
|
||||
local API_VERSION="1.1"
|
||||
local API_VERSION="1.2"
|
||||
|
||||
-- Function extensions
|
||||
os.capture = capture
|
||||
|
|
|
@ -55,7 +55,7 @@ end
|
|||
info={}
|
||||
|
||||
-- API version
|
||||
info['api_version']="1.8"
|
||||
info['api_version']="1.9"
|
||||
|
||||
|
||||
-- NODE name
|
||||
|
|
Loading…
Reference in New Issue