diff --git a/configure.ac b/configure.ac index 02c5702e1..98fcd1fb9 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.4], [acetcom@gmail.com]) +AC_INIT([NextEPC], [0.3.5], [acetcom@gmail.com]) AC_SUBST(LIBVERSION) LIBVERSION=1:0:0 diff --git a/debian/changelog b/debian/changelog index afc5d9e6f..64b85778e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +nextepc (0.3.5~xenial) xenial; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Tue, 06 Mar 2018 12:41:53 +0000 + +nextepc (0.3.5~artful) artful; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Tue, 06 Mar 2018 12:40:07 +0000 + nextepc (0.3.4-1~xenial) xenial; urgency=medium * Bug Fixed diff --git a/webui/package-lock.json b/webui/package-lock.json index 4a87eda73..c2ba90ee5 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextepc", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/webui/package.json b/webui/package.json index ea85cc200..8f94f299c 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "nextepc", - "version": "0.3.4", + "version": "0.3.5", "description": "NextEPC", "main": "index.js", "repository": "https://github.com/acetcom/nextepc",