bump version to 2.0.1 (#16)

This commit is contained in:
Yegor
2018-04-26 10:22:15 -07:00
committed by GitHub
parent f611b8061c
commit 86502830bf
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# package:sentry changelog
## 2.0.1
- Invert stack frames to be compatible with Sentry's default culprit detection.
## 2.0.0
- Fixed deprecation warnings for Dart 2

View File

@ -9,7 +9,7 @@
library version;
/// The SDK version reported to Sentry.io in the submitted events.
const String sdkVersion = '2.0.0';
const String sdkVersion = '2.0.1';
/// The SDK name reported to Sentry.io in the submitted events.
const String sdkName = 'dart';

View File

@ -1,5 +1,5 @@
name: sentry
version: 2.0.0
version: 2.0.1
description: A pure Dart Sentry.io client.
author: Flutter Authors <flutter-dev@googlegroups.com>
homepage: https://github.com/flutter/sentry