Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
danikp committed Aug 8, 2015
1 parent af7b368 commit 30625a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test: eunit ct

## dialyzer
PLT_FILE = ~/ddb.plt
PLT_APPS ?= kernel stdlib erts compiler crypto inets ssl public_key \
PLT_APPS ?= kernel stdlib erts compiler crypto inets ssl public_key \
xmerl deps/*
DIALYZER_OPTS ?= -Werror_handling -Wrace_conditions -Wunmatched_returns \
-Wunderspecs --verbose --fullpath -n
Expand Down
2 changes: 1 addition & 1 deletion src/ddb.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{application, ddb,
[
{description, "AWS DynamoDB client"},
{vsn, "0.1.1"},
{vsn, "0.1.2"},
{registered, [ddb_sup]},
{applications, [
kernel,
Expand Down

0 comments on commit 30625a3

Please sign in to comment.