Skip to content

Commit

Permalink
build: 0.3.1 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiergarea authored May 9, 2024
1 parent 2e8b176 commit 6542952
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{erl_opts, [warnings_as_errors]}.

{deps, [
{ndto, {git, "git@github.com:nomasystems/ndto.git", {tag, "0.3.0"}}}
{ndto, {git, "https://github.com/nomasystems/ndto.git", {tag, "0.3.1"}}}
]}.

{project_plugins, [
{erlfmt, {git, "[email protected]:WhatsApp/erlfmt.git", {branch, "main"}}}
erlfmt
]}.
{erlfmt, [write]}.

Expand Down
12 changes: 6 additions & 6 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[{<<"ncalendar">>,
{git,"git@github.com:nomasystems/ncalendar.git",
{ref,"0237766de898145bbd55bb26eef8917535f341ca"}},
{git,"https://github.com/nomasystems/ncalendar.git",
{ref,"aa5615f6723585e45e82fa5524cb976cdfe3d7f7"}},
1},
{<<"ndto">>,
{git,"git@github.com:nomasystems/ndto.git",
{ref,"5cdde58bd80bd6b1d12b553534baaf2537483519"}},
{git,"https://github.com/nomasystems/ndto.git",
{ref,"295281b72ea4ac85e7c4d5ca42337c68b1aac137"}},
0},
{<<"njson">>,
{git,"git@github.com:nomasystems/njson.git",
{ref,"b230b3e6fb5e35320aeaa203762f3f12277c9970"}},
{git,"https://github.com/nomasystems/njson.git",
{ref,"94c586b92a7e24c403089cdbe2994b7e7c87b9cc"}},
1}].
2 changes: 1 addition & 1 deletion src/rebar3_ndto.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, rebar3_ndto, [
{description, "A rebar3 plugin for the automatic generation of ndto modules."},
{vsn, "0.3.0"},
{vsn, "0.3.1"},
{registered, []},
{applications, [kernel, stdlib, ndto]},
{env, []}
Expand Down

0 comments on commit 6542952

Please sign in to comment.