File tree 7 files changed +13
-6
lines changed
7 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.3.1] ( https://github.com/fingerprintjs/fingerprintjs-pro-flutter/compare/v3.3.0...v3.3.1 ) (2024-12-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * make integration info name consistent through all platforms ([ 8128cf4] ( https://github.com/fingerprintjs/fingerprintjs-pro-flutter/commit/8128cf474166d44c7fe3540f732f86bbbf3cc291 ) )
7
+
1
8
## [ 3.3.0] ( https://github.com/fingerprintjs/fingerprintjs-pro-flutter/compare/v3.2.0...v3.3.0 ) (2024-12-03)
2
9
3
10
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies:
47
47
flutter :
48
48
sdk : flutter
49
49
...
50
- fpjs_pro_plugin : ^3.3.0
50
+ fpjs_pro_plugin : ^3.3.1
51
51
` ` `
52
52
53
53
Run ` pub get` to download and install the package.
Original file line number Diff line number Diff line change 1
1
group ' com.fingerprintjs.flutter.fpjs_pro.fpjs_pro_plugin'
2
- version ' 3.3.0 '
2
+ version ' 3.3.1 '
3
3
4
4
buildscript {
5
5
ext. kotlin_version = ' 1.8.10'
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ packages:
94
94
path: ".."
95
95
relative: true
96
96
source: path
97
- version: "3.3.0 "
97
+ version: "3.3.1 "
98
98
js:
99
99
dependency: transitive
100
100
description:
Original file line number Diff line number Diff line change 4
4
#
5
5
Pod ::Spec . new do |s |
6
6
s . name = 'fpjs_pro_plugin'
7
- s . version = '3.3.0 '
7
+ s . version = '3.3.1 '
8
8
s . summary = 'Flutter plugin for FingerprintJS Pro.'
9
9
s . description = <<-DESC
10
10
Flutter plugin for FingerprintJS Pro.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import 'package:fpjs_pro_plugin/region.dart';
8
8
import 'package:fpjs_pro_plugin/result.dart' ;
9
9
10
10
// Update it on each release
11
- const pluginVersion = '3.3.0 ' ;
11
+ const pluginVersion = '3.3.1 ' ;
12
12
13
13
/// A plugin that accesses native FingerprintJS Pro libraries to get a device identifier
14
14
class FpjsProPlugin {
Original file line number Diff line number Diff line change 1
1
name : fpjs_pro_plugin
2
2
description : Flutter plugin that can be used in an application to call the native FingerprintJS Pro libraries and identify devices.
3
- version : 3.3.0
3
+ version : 3.3.1
4
4
homepage : https://fingerprint.com
5
5
repository : https://github.com/fingerprintjs/fingerprintjs-pro-flutter
6
6
You can’t perform that action at this time.
0 commit comments