Skip to content

Commit f079a03

Browse files
committed
bumped version
1 parent 3ffdec8 commit f079a03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROJECT = rec2json
22
PROJECT_DESCRIPTION = Compile erlang record definitions into modules to convert them to/from json easily.
3-
PROJECT_VERSION = 4.0.0
3+
PROJECT_VERSION = 4.0.1
44

55
TEST_DEPS = proper jsx
66
dep_proper = git https://github.com/manopapad/proper master

ebin/rec2json.app

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{application, rec2json, [
22
{description, "Compile erlang record definitions into modules to convert them to/from json easily."},
3-
{vsn, "4.0.0"},
3+
{vsn, "4.0.1"},
44
{modules, ['r2j_compile','r2j_type','rec2json']},
55
{registered, []},
66
{applications, [kernel,stdlib]}
7-
]}.
7+
]}.

0 commit comments

Comments
 (0)