From c944e87d5ae429bfd8c5ab884cf77b1d28bee45f Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Wed, 21 Mar 2018 16:49:39 +0900 Subject: [PATCH] Release 0.3.6 --- configure.ac | 2 +- webui/package-lock.json | 2 +- webui/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 98fcd1fb9..3394571c8 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.5], [acetcom@gmail.com]) +AC_INIT([NextEPC], [0.3.6], [acetcom@gmail.com]) AC_SUBST(LIBVERSION) LIBVERSION=1:0:0 diff --git a/webui/package-lock.json b/webui/package-lock.json index c2ba90ee5..2ae0c2345 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextepc", - "version": "0.3.5", + "version": "0.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/webui/package.json b/webui/package.json index 8f94f299c..1dc958291 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "nextepc", - "version": "0.3.5", + "version": "0.3.6", "description": "NextEPC", "main": "index.js", "repository": "https://github.com/acetcom/nextepc",