Skip to content

Commit

Permalink
Merge branch 'release/2.23.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
lrascao committed Jul 22, 2024
2 parents 108074e + adcc023 commit 81b2adf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the plugin to your rebar config:
{erl_opts, [{i, "./_build/default/plugins/gpb/include"}]}.

{plugins, [
{ rebar3_gpb_plugin, "2.23.1" }
{ rebar3_gpb_plugin, "2.23.2" }
]}.
```

Expand Down
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{"1.2.0",
[{<<"gpb">>,{pkg,<<"gpb">>,<<"4.21.0">>},0}]}.
[{<<"gpb">>,{pkg,<<"gpb">>,<<"4.21.1">>},0}]}.
[
{pkg_hash,[
{<<"gpb">>, <<"7A2EB8DD0F3032B7B46B04DCDB490FFABE43EAB3A9A1F905BD03C9EC35BABB0F">>}]},
{<<"gpb">>, <<"72E229C242D252D690ADDCFD04A6416C26C4D4D2C3521E05570A7A78B48D3BD1">>}]},
{pkg_hash_ext,[
{<<"gpb">>, <<"DA45984D26048D8D508D3BBFFA6F4A5A5163841CEFBF40809622BF92B4640DE4">>}]}
{<<"gpb">>, <<"C05C9AEA9E25BD341367A43B3D3EB68E951563911072259C5EC4CB6642F4EF22">>}]}
].
2 changes: 1 addition & 1 deletion src/rebar3_gpb_plugin.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, rebar3_gpb_plugin, [
{description, "A rebar3 gpb plugin for compiling .proto files"},
{vsn, "2.23.1"},
{vsn, "2.23.2"},
{registered, []},
{applications,
[
Expand Down

0 comments on commit 81b2adf

Please sign in to comment.