Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Oct 18, 2018
1 parent f439ec4 commit b865579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rebar.config
@@ -1,8 +1,8 @@
{lib_dirs, ["deps",".."]}.
{deps_dir, ["deps"]}.
{deps, [
{nitro, ".*", {git, "git://github.com/synrc/nitro", {tag,[]}}},
{n2o, ".*", {git, "git://github.com/synrc/n2o", {tag,[]}}},
{nitro, ".*", {git, "git://github.com/synrc/nitro", {tag,"3.10"}}},
{n2o, ".*", {git, "git://github.com/synrc/n2o", {tag,"5.10"}}},
{kvs, ".*", {git, "git://github.com/synrc/kvs", {tag,"3.9.1"}}},
{erlydtl, ".*", {git, "git://github.com/evanmiller/erlydtl.git", {tag,"0.8.0"}}},
{oauth, ".*", {git, "git://github.com/tim/erlang-oauth", {tag, "v1.6.0"}}}
Expand Down
2 changes: 1 addition & 1 deletion src/avz.app.src
@@ -1,7 +1,7 @@
{application, avz,
[
{description, "AVZ VXZ Token System"},
{vsn, "2.9"},
{vsn, "5.10"},
{registered, []},
{applications, [kernel, stdlib]},
{mod, { avz_app, []}},
Expand Down

0 comments on commit b865579

Please sign in to comment.