diff --git a/configure.ac b/configure.ac index df90c64d2..70022a77f 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.9], [acetcom@gmail.com]) +AC_INIT([NextEPC], [0.3.10], [acetcom@gmail.com]) AC_SUBST(LIBVERSION) LIBVERSION=1:0:0 diff --git a/debian/changelog b/debian/changelog index e33fed01f..0fa1b2a95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +nextepc (0.3.10~zenial) zenial; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Fri, 17 Aug 2018 04:28:38 +0000 + +nextepc (0.3.10~artful) artful; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Fri, 17 Aug 2018 04:28:24 +0000 + +nextepc (0.3.10~bionic) bionic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Fri, 17 Aug 2018 04:21:39 +0000 + nextepc (0.3.9~artful) artful; urgency=medium * Bug Fixed diff --git a/webui/package-lock.json b/webui/package-lock.json index 86da6f57f..83cff2699 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextepc", - "version": "0.3.9", + "version": "0.3.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/webui/package.json b/webui/package.json index ffcccbc96..8af515e00 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "nextepc", - "version": "0.3.9", + "version": "0.3.10", "description": "NextEPC", "main": "index.js", "repository": "https://github.com/acetcom/nextepc",