Skip to content

Commit af51339

Browse files
chore(release): 3.3.1 \n\n## [3.3.1](v3.3.0...v3.3.1) (2024-12-05)
### Bug Fixes * make integration info name consistent through all platforms ([8128cf4](8128cf4))
1 parent 8c7e864 commit af51339

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.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+
18
## [3.3.0](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/compare/v3.2.0...v3.3.0) (2024-12-03)
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.0
50+
fpjs_pro_plugin: ^3.3.1
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.0'
2+
version '3.3.1'
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.0"
97+
version: "3.3.1"
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.0'
7+
s.version = '3.3.1'
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.0';
11+
const pluginVersion = '3.3.1';
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.0
3+
version: 3.3.1
44
homepage: https://fingerprint.com
55
repository: https://github.com/fingerprintjs/fingerprintjs-pro-flutter
66

0 commit comments

Comments
 (0)