Skip to content

Commit

Permalink
🚀 Preparing for release of datadog_flutter_plugin 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzybinary committed Jan 25, 2023
1 parent 3b872ff commit 5eb487c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/datadog_flutter_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.2.1

* Remove reference to a gradle file that was not included in `pub deploy`

Expand Down
1 change: 1 addition & 0 deletions packages/datadog_flutter_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUM supports monitoring for Flutter Android and iOS applications for Flutter 2.8




### iOS

Your iOS Podfile must have `use_frameworks!` (which is true by default in Flutter) and target iOS version >= 11.0.
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog_flutter_plugin/lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2016-Present Datadog, Inc.

const ddPackageVersion = '1.2.0';
const ddPackageVersion = '1.2.1';
2 changes: 1 addition & 1 deletion packages/datadog_flutter_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: datadog_flutter_plugin
description: Flutter bindings and tools for utilizing Datadog Mobile SDks
version: 1.2.0
version: 1.2.1
repository: https://github.com/DataDog/dd-sdk-flutter

environment:
Expand Down

0 comments on commit 5eb487c

Please sign in to comment.