Skip to content

Commit 8379b51

Browse files
committed
Bumps version to v1.1.1
- Updates repo URL after moving it into dnsimple
1 parent 69c0c2a commit 8379b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bugsnag.erl

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
-define(NOTIFY_ENDPOINT, "https://notify.bugsnag.com").
1919

2020
-define(NOTIFIER_NAME, <<"Bugsnag Erlang">>).
21-
-define(NOTIFIER_VERSION, <<"1.1.0">>).
22-
-define(NOTIFIER_URL, <<"https://github.com/aeden/bugsnag-erlang">>).
21+
-define(NOTIFIER_VERSION, <<"1.1.1">>).
22+
-define(NOTIFIER_URL, <<"https://github.com/dnsimple/bugsnag-erlang">>).
2323

2424
% Public API
2525
start() ->

0 commit comments

Comments
 (0)