Skip to content

Commit 7ca0d10

Browse files
committed
prepare: 4.1.0-nullsafety.2
1 parent b798af3 commit 7ca0d10

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Unreleased
2+
13
# 4.1.0-nullsafety.1
24

35
* Bump: sentry-android to v4.3.0 (#343)

dart/lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ library version;
1111
import 'utils.dart';
1212

1313
/// The SDK version reported to Sentry.io in the submitted events.
14-
const String sdkVersion = '4.1.0-nullsafety.1';
14+
const String sdkVersion = '4.1.0-nullsafety.2';
1515

1616
String get sdkName => isWeb ? _browserSdkName : _ioSdkName;
1717

dart/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sentry
2-
version: 4.1.0-nullsafety.1
2+
version: 4.1.0-nullsafety.2
33
description: >
44
A crash reporting library for Dart that sends crash reports to Sentry.io.
55
This library supports Dart VM and Web. For Flutter consider sentry_flutter instead.

flutter/lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// The SDK version reported to Sentry.io in the submitted events.
2-
const String sdkVersion = '4.1.0-nullsafety.1';
2+
const String sdkVersion = '4.1.0-nullsafety.2';
33

44
/// The default SDK name reported to Sentry.io in the submitted events.
55
const String sdkName = 'sentry.dart.flutter';

flutter/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sentry_flutter
2-
version: 4.1.0-nullsafety.1
2+
version: 4.1.0-nullsafety.2
33
description: Sentry SDK for Flutter. This package aims to support different Flutter targets by relying on the many platforms supported by Sentry with native SDKs.
44
homepage: https://docs.sentry.io/platforms/flutter/
55
repository: https://github.com/getsentry/sentry-dart

0 commit comments

Comments
 (0)