diff --git a/configure.ac b/configure.ac index 70022a77fd..1795e1195f 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl This program is distributed in the hope that it will be useful, but dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -AC_INIT([NextEPC], [0.3.10], [acetcom@gmail.com]) +AC_INIT([NextEPC], [0.3.11], [acetcom@gmail.com]) AC_SUBST(LIBVERSION) LIBVERSION=1:0:0 diff --git a/webui/package.json b/webui/package.json index 8af515e007..21070b7916 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "nextepc", - "version": "0.3.10", + "version": "0.3.11", "description": "NextEPC", "main": "index.js", "repository": "https://github.com/acetcom/nextepc",