From 6542952b13ddbc30e4c81609504e212d85421d88 Mon Sep 17 00:00:00 2001 From: Javier Garea Date: Thu, 9 May 2024 11:44:20 +0200 Subject: [PATCH] build: 0.3.1 (#2) --- rebar.config | 4 ++-- rebar.lock | 12 ++++++------ src/rebar3_ndto.app.src | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/rebar.config b/rebar.config index 88992c0..c4586f3 100644 --- a/rebar.config +++ b/rebar.config @@ -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, "git@github.com:WhatsApp/erlfmt.git", {branch, "main"}}} + erlfmt ]}. {erlfmt, [write]}. diff --git a/rebar.lock b/rebar.lock index 819a0e9..2f2f55c 100644 --- a/rebar.lock +++ b/rebar.lock @@ -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}]. diff --git a/src/rebar3_ndto.app.src b/src/rebar3_ndto.app.src index 35fc276..5c01dd2 100644 --- a/src/rebar3_ndto.app.src +++ b/src/rebar3_ndto.app.src @@ -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, []}