Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knusbaum committed Oct 8, 2021
1 parent 7af2dec commit 2d529d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, "[email protected]:knusbaum/provider_asn1.git", {tag, "0.2.3"}}}
{ provider_asn1, ".*", {git, "[email protected]:knusbaum/provider_asn1.git", {tag, "0.3.0"}}}
]}.
```

Expand Down Expand Up @@ -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,
"[email protected]:knusbaum/provider_asn1.git",
{tag,"0.2.3"}})
{tag,"0.3.0"}})
===> Compiling provider_asn1
===> Generating ASN.1 files.
$ tree
Expand Down
2 changes: 1 addition & 1 deletion src/provider_asn1.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, 'provider_asn1',
[{description, "Compile ASN.1 with Rebar3"},
{vsn, "0.2.3"},
{vsn, "0.3.0"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 2d529d4

Please sign in to comment.