Skip to content

Commit 5288e7b

Browse files
committed
freeze
1 parent df15927 commit 5288e7b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{lib_dirs,["apps"]}.
33
{deps_dir,["deps"]}.
44
{deps,[
5-
{n2o, ".*", {git, "git://github.com/5HT/n2o", "master"}},
6-
{kvs, ".*", {git, "git://github.com/synrc/kvs", "master"}}
5+
{n2o, ".*", {git, "git://github.com/5HT/n2o", {tag,"2.4"}}},
6+
{kvs, ".*", {git, "git://github.com/synrc/kvs", {tag,"2.4"}}}
77
]}.

src/forms.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, forms,
22
[{description, "Synrc Forms Generator"},
3-
{vsn, "1"},
3+
{vsn, "1.0"},
44
{registered, []},
55
{applications, [kernel,stdlib,n2o]},
66
{mod, { forms, []}},

0 commit comments

Comments
 (0)