Skip to content

Commit

Permalink
Merge pull request #62 from amplitude/bumpVersion-V3.3.0
Browse files Browse the repository at this point in the history
prepare v3.3.0 release
  • Loading branch information
yuhao900914 authored Aug 30, 2021
2 parents 5e1bf01 + 9c9a3f6 commit defc2d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.3.0
* Add `setMinTimeBetweenSessionsMillis` API. Thanks @chillbrodev!

## 3.2.1
* Add `getUserId` API. Thanks @keke-dandois!
* Fix iOS initializeApiKey have a wrong flow When passe null as the userid. Thanks @keke-dandois!
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.2.1"
version: "3.3.0"
async:
dependency: transitive
description:
Expand Down
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 = '3.2.1';
static const packageVersion = '3.3.0';
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplitude_flutter
description: Amplitude Flutter plugin
version: 3.2.1
version: 3.3.0
homepage: https://www.amplitude.com

environment:
Expand Down

0 comments on commit defc2d5

Please sign in to comment.