We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c0c2a commit 8379b51Copy full SHA for 8379b51
src/bugsnag.erl
@@ -18,8 +18,8 @@
18
-define(NOTIFY_ENDPOINT, "https://notify.bugsnag.com").
19
20
-define(NOTIFIER_NAME, <<"Bugsnag Erlang">>).
21
--define(NOTIFIER_VERSION, <<"1.1.0">>).
22
--define(NOTIFIER_URL, <<"https://github.com/aeden/bugsnag-erlang">>).
+-define(NOTIFIER_VERSION, <<"1.1.1">>).
+-define(NOTIFIER_URL, <<"https://github.com/dnsimple/bugsnag-erlang">>).
23
24
% Public API
25
start() ->
0 commit comments