Skip to content

Commit

Permalink
chore(release): 1.6.0 \n\n## [1.6.0](v1.5.0...v1.6.0) (2023-06-30)
Browse files Browse the repository at this point in the history
### Features

* bump iOS Agent to v2.2.0 to introduce new Smart Signals INTER-46 ([882938b](882938b))
  • Loading branch information
semantic-release-bot committed Jun 30, 2023
1 parent 6dc5b84 commit 8b99542
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [1.6.0](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/compare/v1.5.0...v1.6.0) (2023-06-30)


### Features

* bump iOS Agent to v2.2.0 to introduce new Smart Signals INTER-46 ([882938b](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/commit/882938b83c56276496df5ab456d44be2ca78b1c4))

## [1.5.0](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/compare/v1.4.1...v1.5.0) (2023-05-03)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -46,7 +46,7 @@ dependencies:
flutter:
sdk: flutter
...
fpjs_pro_plugin: ^1.5.0
fpjs_pro_plugin: ^1.6.0
```

Run `pub get` to download and install the package.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
@@ -1,5 +1,5 @@
group 'com.fingerprintjs.flutter.fpjs_pro.fpjs_pro_plugin'
version '1.5.0'
version '1.6.0'

buildscript {
ext.kotlin_version = '1.8.10'
Expand Down
2 changes: 1 addition & 1 deletion ios/fpjs_pro_plugin.podspec
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'fpjs_pro_plugin'
s.version = '1.5.0'
s.version = '1.6.0'
s.summary = 'Flutter plugin for FingerprintJS Pro.'
s.description = <<-DESC
Flutter plugin for FingerprintJS Pro.
Expand Down
2 changes: 1 addition & 1 deletion lib/fpjs_pro_plugin.dart
Expand Up @@ -8,7 +8,7 @@ import 'package:fpjs_pro_plugin/region.dart';
import 'package:fpjs_pro_plugin/result.dart';

// Update it on each release
const pluginVersion = '1.5.0';
const pluginVersion = '1.6.0';

/// A plugin that accesses native FingerprintJS Pro libraries to get a device identifier
class FpjsProPlugin {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: fpjs_pro_plugin
description: Flutter plugin that can be used in an application to call the native FingerprintJS Pro libraries and identify devices.
version: 1.5.0
version: 1.6.0
homepage: https://fingerprint.com
repository: https://github.com/fingerprintjs/fingerprintjs-pro-flutter

Expand Down

0 comments on commit 8b99542

Please sign in to comment.