Skip to content

Commit

Permalink
build: 0.3.0 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiergarea authored May 9, 2024
1 parent e1e0b48 commit 2e8b176
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: webfactory/ssh-agent@v0.7.0
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

Expand All @@ -25,7 +25,7 @@ jobs:
otp-version: ${{ env.OTP-VERSION }}
rebar3-version: ${{ env.REBAR3-VERSION }}

- uses: actions/cache@v3.2.6
- uses: actions/cache@v4
id: rebar3-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [warnings_as_errors]}.

{deps, [
{ndto, {git, "[email protected]:nomasystems/ndto.git", {tag, "0.2.0"}}}
{ndto, {git, "[email protected]:nomasystems/ndto.git", {tag, "0.3.0"}}}
]}.

{project_plugins, [
Expand Down
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
1},
{<<"ndto">>,
{git,"[email protected]:nomasystems/ndto.git",
{ref,"02890286d8846f6e0449b815b2d494edb4a9fa8f"}},
{ref,"5cdde58bd80bd6b1d12b553534baaf2537483519"}},
0},
{<<"njson">>,
{git,"[email protected]:nomasystems/njson.git",
Expand Down
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.2.0"},
{vsn, "0.3.0"},
{registered, []},
{applications, [kernel, stdlib, ndto]},
{env, []}
Expand Down

0 comments on commit 2e8b176

Please sign in to comment.