Skip to content

Commit 6b406cd

Browse files
chore(release): 3.16.7
## [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))
1 parent 82aa8db commit 6b406cd

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.16.7](https://github.com/amplitude/Amplitude-Flutter/compare/v3.16.6...v3.16.7) (2025-01-21)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
18
## [3.16.6](https://github.com/amplitude/Amplitude-Flutter/compare/v3.16.5...v3.16.6) (2025-01-02)
29

310

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
path: ".."
88
relative: true
99
source: path
10-
version: "3.16.6"
10+
version: "3.16.7"
1111
async:
1212
dependency: transitive
1313
description:

lib/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
class Constants {
22
static const packageName = 'amplitude-flutter';
3-
static const packageVersion = '3.16.6';
3+
static const packageVersion = '3.16.7';
44
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplitude_flutter
22
description: Amplitude Flutter plugin
3-
version: 3.16.6
3+
version: 3.16.7
44
homepage: https://www.amplitude.com
55
repository: https://github.com/amplitude/Amplitude-Flutter
66

0 commit comments

Comments
 (0)