From 30625a3544e106a22774318a13fe508502a8bcf5 Mon Sep 17 00:00:00 2001 From: danikp Date: Sat, 8 Aug 2015 19:05:58 +0300 Subject: [PATCH] update for release fix typo --- Makefile | 2 +- src/ddb.app.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fbdb61c..2f08de8 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/src/ddb.app.src b/src/ddb.app.src index 9ec1585..2071fed 100644 --- a/src/ddb.app.src +++ b/src/ddb.app.src @@ -4,7 +4,7 @@ {application, ddb, [ {description, "AWS DynamoDB client"}, - {vsn, "0.1.1"}, + {vsn, "0.1.2"}, {registered, [ddb_sup]}, {applications, [ kernel,