From 87ea92da2ab808e93db9817f20a0db3308ee2074 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 13 Jul 2021 19:29:32 -0700 Subject: [PATCH] aredn: update the API version numbers (#132) --- files/www/cgi-bin/api | 2 +- files/www/cgi-bin/sysinfo.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/www/cgi-bin/api b/files/www/cgi-bin/api index 1e47da53..56bffb69 100755 --- a/files/www/cgi-bin/api +++ b/files/www/cgi-bin/api @@ -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 diff --git a/files/www/cgi-bin/sysinfo.json b/files/www/cgi-bin/sysinfo.json index 14e3e3e3..3e8f09d2 100755 --- a/files/www/cgi-bin/sysinfo.json +++ b/files/www/cgi-bin/sysinfo.json @@ -55,7 +55,7 @@ end info={} -- API version -info['api_version']="1.8" +info['api_version']="1.9" -- NODE name