Relase v0.3.3

This commit is contained in:
Sukchan Lee 2018-02-11 23:43:55 +09:00
parent 1e5313c230
commit 5d8231e6c2
3 changed files with 3 additions and 3 deletions

View File

@ -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.2], [acetcom@gmail.com])
AC_INIT([NextEPC], [0.3.3], [acetcom@gmail.com])
AC_SUBST(LIBVERSION)
LIBVERSION=1:0:0

View File

@ -1,6 +1,6 @@
{
"name": "nextepc",
"version": "0.3.2",
"version": "0.3.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "nextepc",
"version": "0.3.2",
"version": "0.3.3",
"description": "NextEPC",
"main": "index.js",
"repository": "https://github.com/acetcom/nextepc",