Skip to content

Commit

Permalink
chore(release): 3.16.7
Browse files Browse the repository at this point in the history
## [3.16.7](v3.16.6...v3.16.7) (2025-01-21)

### Bug Fixes

* removed references to deprecated v1 Android embedding ([#220](#220)) ([82aa8db](82aa8db))
  • Loading branch information
amplitude-sdk-bot committed Jan 21, 2025
1 parent 82aa8db commit 6b406cd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.16.7](https://github.com/amplitude/Amplitude-Flutter/compare/v3.16.6...v3.16.7) (2025-01-21)


### Bug Fixes

* removed references to deprecated v1 Android embedding ([#220](https://github.com/amplitude/Amplitude-Flutter/issues/220)) ([82aa8db](https://github.com/amplitude/Amplitude-Flutter/commit/82aa8db50bcc5bc19fb9d82ac968d0e9cc2851e3))

## [3.16.6](https://github.com/amplitude/Amplitude-Flutter/compare/v3.16.5...v3.16.6) (2025-01-02)


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.16.6"
version: "3.16.7"
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.16.6';
static const packageVersion = '3.16.7';
}
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.16.6
version: 3.16.7
homepage: https://www.amplitude.com
repository: https://github.com/amplitude/Amplitude-Flutter

Expand Down

0 comments on commit 6b406cd

Please sign in to comment.