Skip to content

Commit

Permalink
chore(release): 1.5.0 \n\n## [1.5.0](v1.4.1...v1.5.0) (2023-05-03)
Browse files Browse the repository at this point in the history
### Features

* bump android to 2.3.1 ([7bd0f4a](7bd0f4a))
* update pubspec.lock ([7d86a88](7d86a88))
  • Loading branch information
semantic-release-bot committed May 3, 2023
1 parent 1db584f commit 1bd23d4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.5.0](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/compare/v1.4.1...v1.5.0) (2023-05-03)


### Features

* bump android to 2.3.1 ([7bd0f4a](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/commit/7bd0f4af3d2be5e374bee2a3a4fa3240cbbfbc9e))
* update pubspec.lock ([7d86a88](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/commit/7d86a8896064764fc7ece1fef67c6fd9a8ea44c1))

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


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies:
flutter:
sdk: flutter
...
fpjs_pro_plugin: ^1.4.1
fpjs_pro_plugin: ^1.5.0
```

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

buildscript {
ext.kotlin_version = '1.8.10'
Expand Down
2 changes: 1 addition & 1 deletion ios/fpjs_pro_plugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'fpjs_pro_plugin'
s.version = '1.4.1'
s.version = '1.5.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
Original file line number Diff line number Diff line change
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.4.1';
const pluginVersion = '1.5.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
Original file line number Diff line number Diff line change
@@ -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.4.1
version: 1.5.0
homepage: https://fingerprint.com
repository: https://github.com/fingerprintjs/fingerprintjs-pro-flutter

Expand Down

0 comments on commit 1bd23d4

Please sign in to comment.