Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Licenser committed Dec 24, 2012
1 parent f9ef6a5 commit 0ac2599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Expand Up @@ -2,7 +2,7 @@
{erl_opts, [{i, "../../deps/alog/include"}, {i, "deps/alog/include"}, {i, ".."}, {i,"deps"}, {parse_transform, lager_transform}, debug_info, warnings_as_errors]}.
{deps,
[
{mdns_client_lib, ".*", {git, "https://github.com/Licenser/mdns_client_lib.git", {branch, master}}},
{lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "1.0.0"}}},
{fifo_spec, ".*", {git, "https://github.com/project-fifo/fifo_spec.git", {branch, dev}}}
{mdns_client_lib, ".*", {git, "https://github.com/Licenser/mdns_client_lib.git", {tag, "0.1.1"}}},
{fifo_spec, ".*", {git, "https://github.com/project-fifo/fifo_spec.git", {tag, "0.1.0"}}}
]}.
2 changes: 1 addition & 1 deletion src/libhowl.app.src
@@ -1,7 +1,7 @@
{application, libhowl,
[
{description, ""},
{vsn, "1"},
{vsn, "0.1.0"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 0ac2599

Please sign in to comment.