Skip to content

Commit 87f4900

Browse files
chore(release): 3.3.2 \n\n## [3.3.2](v3.3.1...v3.3.2) (2024-12-09)
### Documentation * **README:** add how to specify a custom timeout block ([66fb0bd](66fb0bd))
1 parent c3b8184 commit 87f4900

7 files changed

+13
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.3.2](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/compare/v3.3.1...v3.3.2) (2024-12-09)
2+
3+
4+
### Documentation
5+
6+
* **README:** add how to specify a custom timeout block ([66fb0bd](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/commit/66fb0bd615a13245418d4101e8ced1c95d32e9c9))
7+
18
## [3.3.1](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/compare/v3.3.0...v3.3.1) (2024-12-05)
29

310

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies:
4747
flutter:
4848
sdk: flutter
4949
...
50-
fpjs_pro_plugin: ^3.3.1
50+
fpjs_pro_plugin: ^3.3.2
5151
```
5252
5353
Run `pub get` to download and install the package.

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.fingerprintjs.flutter.fpjs_pro.fpjs_pro_plugin'
2-
version '3.3.1'
2+
version '3.3.2'
33

44
buildscript {
55
ext.kotlin_version = '1.8.10'

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ packages:
9494
path: ".."
9595
relative: true
9696
source: path
97-
version: "3.3.1"
97+
version: "3.3.2"
9898
js:
9999
dependency: transitive
100100
description:

ios/fpjs_pro_plugin.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'fpjs_pro_plugin'
7-
s.version = '3.3.1'
7+
s.version = '3.3.2'
88
s.summary = 'Flutter plugin for FingerprintJS Pro.'
99
s.description = <<-DESC
1010
Flutter plugin for FingerprintJS Pro.

lib/fpjs_pro_plugin.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'package:fpjs_pro_plugin/region.dart';
88
import 'package:fpjs_pro_plugin/result.dart';
99

1010
// Update it on each release
11-
const pluginVersion = '3.3.1';
11+
const pluginVersion = '3.3.2';
1212

1313
/// A plugin that accesses native FingerprintJS Pro libraries to get a device identifier
1414
class FpjsProPlugin {

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fpjs_pro_plugin
22
description: Flutter plugin that can be used in an application to call the native FingerprintJS Pro libraries and identify devices.
3-
version: 3.3.1
3+
version: 3.3.2
44
homepage: https://fingerprint.com
55
repository: https://github.com/fingerprintjs/fingerprintjs-pro-flutter
66

0 commit comments

Comments
 (0)