Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Commit

Permalink
Prepare release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haoliu-amp committed Mar 24, 2020
1 parent 0be7cf2 commit a4ad280
Show file tree
Hide file tree
Showing 3 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 @@
## 1.2.1
* Fix a problem that `device type` shows empty value for iOS devices.

## 1.2.0
* Can track advertising Id now.
* Will use a random UUID for device Id if ads tracking is disabled on the phone.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/constants.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Constants {
static const packageName = 'amplitude-flutter';
static const packageVersion = '1.2.0';
static const packageVersion = '1.2.1';

// Local storage
static const kLocalStoreDeviceIdKey = 'amp:device_id';
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplitude_flutter
description: Official Flutter plugin for tracking events and revenue to Amplitude.
version: 1.2.0
version: 1.2.1
homepage: https://github.com/amplitude/Amplitude-Flutter

environment:
Expand All @@ -12,7 +12,7 @@ dependencies:
crypto: "^2.0.6"
device_info: "^0.4.1+4"
http: "^0.12.0+2"
package_info: "^0.4.0+13"
package_info: ">=0.4.0+13 <2.0.0"
path: "^1.6.4"
shared_preferences: "^0.5.6+2"
sqflite: "^1.1.5"
Expand Down

0 comments on commit a4ad280

Please sign in to comment.