Skip to content

Commit

Permalink
chore: bump version to 3.16.0 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-fiedler authored Jul 24, 2023
1 parent 01c99e7 commit daaa36d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.16.0
* Bump Amplitude Android SDK version (2.39.8) with session race condition fix.
* Add `setOffline` method. Thanks @nishiths23!
* Fix nested event properties in Web. Thanks @jtothebell!

## 3.15.0
* Bump Amplitude Android SDK version (2.39.4)
* Bump Amplitude iOS SDK version (8.16.1)
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.15.0"
version: "3.16.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.15.0';
static const packageVersion = '3.16.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.15.0
version: 3.16.0
homepage: https://www.amplitude.com
repository: https://github.com/amplitude/Amplitude-Flutter

Expand Down

0 comments on commit daaa36d

Please sign in to comment.