Skip to content

Commit

Permalink
Merge pull request #95 from bugsnag/release-2.0.0-rc5
Browse files Browse the repository at this point in the history
v2.0.0-rc5 version bump
  • Loading branch information
tomlongridge authored May 4, 2022
2 parents c5b96ac + 9c0144b commit e399437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bugsnag_flutter/lib/src/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import 'model.dart';
final _notifier = {
'name': 'Flutter Bugsnag Notifier',
'url': 'https://github.com/bugsnag/bugsnag-flutter',
'version': '0.0.1'
'version': '2.0.0-rc5'
};

abstract class Client {
Expand Down
2 changes: 1 addition & 1 deletion bugsnag_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bugsnag_flutter
description: Bugsnag crash monitoring and reporting tool for Flutter apps
version: 0.0.1
version: 2.0.0-rc5
homepage: https://www.bugsnag.com/

publish_to: 'none' # Remove this line once we're ready for release
Expand Down

0 comments on commit e399437

Please sign in to comment.