From 2d529d4b6cf33578047f56e71e64ff3c260f04d5 Mon Sep 17 00:00:00 2001 From: Kyle Nusbaum Date: Fri, 8 Oct 2021 15:17:45 -0500 Subject: [PATCH] Bump version to 0.3.0 --- README.md | 6 +++--- src/provider_asn1.app.src | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 42b8480..4222716 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ Use The plugin can be accessed via hex.pm: ``` {plugins, [ - { provider_asn1, "0.2.3"} + { provider_asn1, "0.3.0"} ]}. ``` You can also pull the plugin directly from git: ``` {plugins, [ - { provider_asn1, ".*", {git, "git@github.com:knusbaum/provider_asn1.git", {tag, "0.2.3"}}} + { provider_asn1, ".*", {git, "git@github.com:knusbaum/provider_asn1.git", {tag, "0.3.0"}}} ]}. ``` @@ -49,7 +49,7 @@ Then if you run `rebar3 asn compile`, your asn.1 files will be compiled: $ rebar3 asn compile ===> Fetching provider_asn1 ({git, "git@github.com:knusbaum/provider_asn1.git", - {tag,"0.2.3"}}) + {tag,"0.3.0"}}) ===> Compiling provider_asn1 ===> Generating ASN.1 files. $ tree diff --git a/src/provider_asn1.app.src b/src/provider_asn1.app.src index 29a19f9..640d6ed 100644 --- a/src/provider_asn1.app.src +++ b/src/provider_asn1.app.src @@ -1,6 +1,6 @@ {application, 'provider_asn1', [{description, "Compile ASN.1 with Rebar3"}, - {vsn, "0.2.3"}, + {vsn, "0.3.0"}, {registered, []}, {applications, [kernel,