From 27456daed105ec76e4a1c17d243d7163bca12474 Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Fri, 7 Oct 2022 13:17:45 +0300 Subject: [PATCH 1/2] Bump version to 3.2.0 --- src/aebytecode.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aebytecode.app.src b/src/aebytecode.app.src index 88fb479..ed34bb0 100644 --- a/src/aebytecode.app.src +++ b/src/aebytecode.app.src @@ -1,6 +1,6 @@ {application, aebytecode, [{description, "Bytecode definitions, serialization and deserialization for aeternity."}, - {vsn, "3.1.1"}, + {vsn, "3.2.0"}, {registered, []}, {applications, [kernel, -- 2.30.2 From 0066ed648ae6c5a4a1777ca955b08093fe237675 Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Fri, 7 Oct 2022 13:20:50 +0300 Subject: [PATCH 2/2] Bump version in rebar.config --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 5bd69c2..e89721d 100644 --- a/rebar.config +++ b/rebar.config @@ -29,7 +29,7 @@ ]}. -{relx, [{release, {aebytecode, "2.0.1"}, +{relx, [{release, {aebytecode, "3.2.0"}, [aebytecode, eblake2, getopt]}, {dev_mode, true}, -- 2.30.2