Skip to content

Commit 129de80

Browse files
author
Robert
committed
Release v1.3.0
1 parent b46efd5 commit 129de80

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
## TBD
4+
## 1.3.0 (2024-09-30)
55

66
### Enhancements
77

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.3.0

packages/bugsnag_flutter_performance/lib/src/extensions/resource_attributes.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,5 +196,5 @@ class ResourceAttributesProviderImpl implements ResourceAttributesProvider {
196196
return "Unknown";
197197
}
198198

199-
static String get _getSDKVersion => '1.2.1';
199+
static String get _getSDKVersion => '1.3.0';
200200
}

packages/bugsnag_flutter_performance/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bugsnag_flutter_performance
22
description: BugSnag performance monitoring tool for Flutter apps
3-
version: 1.2.1
3+
version: 1.3.0
44
homepage: https://www.bugsnag.com/
55
documentation: https://docs.bugsnag.com/performance/flutter/
66
repository: https://github.com/bugsnag/bugsnag-flutter-performance

0 commit comments

Comments
 (0)