We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc7a15 commit 2e4ec01Copy full SHA for 2e4ec01
src/shotgun.app.src
@@ -2,7 +2,7 @@
2
[
3
{description,
4
"better than just a gun"},
5
- {vsn, "0.5.2"},
+ {vsn, "0.5.3"},
6
{applications,
7
[kernel,
8
stdlib,
@@ -16,6 +16,6 @@
16
, {"Docs", "http://inaka.github.io/shotgun/"}
17
, {"SSE Spec", "https://html.spec.whatwg.org/multipage/comms.html#server-sent-events"}
18
]},
19
- {build_tools, ["rebar"]}
+ {build_tools, ["rebar3"]}
20
]
21
}.
0 commit comments