Skip to content

Commit bdd540d

Browse files
authored
Merge pull request #14 from nubank/bump
bump to 1.3.1
2 parents b38851e + d290e96 commit bdd540d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.3.1
2+
* Include `regenerateDeviceId` function
3+
14
## 1.3.0
25
* Give user the abilities to customize the DB store. Thanks @reinaldomoreira!
36

lib/src/constants.dart

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

55
// Local storage
66
static const kLocalStoreDeviceIdKey = 'amp:device_id';

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: Official Flutter plugin for tracking events and revenue to Amplitude.
3-
version: 1.3.0
3+
version: 1.3.1
44
homepage: https://github.com/amplitude/Amplitude-Flutter
55

66
environment:

0 commit comments

Comments
 (0)