From 3b2fe7d9748212b29e322edb732aabe757566473 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 18 Jan 2016 18:44:54 +0000 Subject: Bump version to 0.10.0 --- Makefile | 2 +- kamailio-model.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 06e8c73..b64743c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ APP_NAME=kamailio PACKAGE=acf-$(APP_NAME) -VERSION=0.9.3 +VERSION=0.10.0 APP_DIST=\ kamailio* \ diff --git a/kamailio-model.lua b/kamailio-model.lua index 96c15c4..42b9ff0 100644 --- a/kamailio-model.lua +++ b/kamailio-model.lua @@ -222,7 +222,7 @@ function mymodule.list_users() end end table.sort(results, function(a,b) return a.username < b.username end) - return cfe({type="list", value=results, label="Kamailio Users", errtxt=errtxt}) + return cfe({type="structure", value=results, label="Kamailio Users", errtxt=errtxt}) end function mymodule.get_new_user() -- cgit v1.2.3