From a8567acc0c3b381425afea1c84ffaf518195d763 Mon Sep 17 00:00:00 2001 From: Mike Watters Date: Fri, 17 Aug 2018 14:36:03 -0600 Subject: [PATCH] version updates (#12) --- priv/download.sh | 2 +- rebar.config | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/priv/download.sh b/priv/download.sh index 5d629c4..f669c6c 100755 --- a/priv/download.sh +++ b/priv/download.sh @@ -6,7 +6,7 @@ set -eu DYNAMO_PKG="dynamodb-streams-kinesis-adapter" -DYNAMO_VERSION="1.2.1" +DYNAMO_VERSION="1.4.0" msg () { echo "$@" >&2 diff --git a/rebar.config b/rebar.config index a703945..9da26ea 100644 --- a/rebar.config +++ b/rebar.config @@ -8,9 +8,9 @@ ]}. -{plugins, [rebar3_gpb_plugin, - {pc, {git, "https://github.com/blt/port_compiler.git", {tag, "v1.1.0"}}} - ]}. +{plugins, [ + { rebar3_gpb_plugin, "2.3.2" } +]}. {erl_opts, [{i, "./_build/default/plugins/gpb/include"}]}. @@ -35,6 +35,7 @@ [ {plugins, [pc]}, {artifacts, ["priv/b64fast.so"]}, + {so_name, "b64fast.so"}, {provider_hooks, [ {post, [{compile, {pc, compile}},