Skip to content

Commit

Permalink
prepare release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao900914 committed Mar 11, 2021
1 parent bed2e95 commit aac8115
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.0.0
* Migrate package to null-safety

## 2.3.1
* Add `setEventUploadThreshold` API

Expand Down Expand Up @@ -26,4 +29,4 @@
* Add API `uploadEvents` to force uploading unsent events.

## 2.0.0
* A whole new Flutter SDK which is based on much more stable Amplitude native iOS, Android SDKs
* A whole new Flutter SDK which is based on much more stable Amplitude native iOS, Android SDKs
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Constants {
static const packageName = 'amplitude-flutter';
static const packageVersion = '2.3.1';
static const packageVersion = '3.0.0';
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ flutter:
package: com.amplitude.amplitude_flutter
pluginClass: AmplitudeFlutterPlugin
ios:
pluginClass: AmplitudeFlutterPlugin
pluginClass: AmplitudeFlutterPlugin

0 comments on commit aac8115

Please sign in to comment.