diff --git a/README.md b/README.md index 7f54f392..1e207d3d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Polygon ID Flutter SDK -[![pub package](https://img.shields.io/badge/pub-2.2.4-blueviolet)](https://pub.dev/packages/polygonid_flutter_sdk) +[![pub package](https://img.shields.io/badge/pub-2.2.5-blueviolet)](https://pub.dev/packages/polygonid_flutter_sdk) [![build](https://github.com/iden3/polygonid-flutter-sdk/workflows/polygonid_flutter_sdk/badge.svg)](https://github.com/iden3/polygonid-flutter-sdk/actions?query=workflow%3Apolygonid_flutter_sdk) [![codecov](https://codecov.io/gh/iden3/polygonid-flutter-sdk/branch/develop/graph/badge.svg?token=0SI0XWGXKL)](https://codecov.io/gh/iden3/polygonid-flutter-sdk) [![license](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/iden3/polygonid-flutter-sdk/blob/master/LICENSE-APACHE) diff --git a/example/ios/Runner.xcodeproj/project.pbxproj b/example/ios/Runner.xcodeproj/project.pbxproj index 64d3bab3..6bf8c00d 100644 --- a/example/ios/Runner.xcodeproj/project.pbxproj +++ b/example/ios/Runner.xcodeproj/project.pbxproj @@ -292,6 +292,7 @@ files = ( ); inputPaths = ( + "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}", ); name = "Thin Binary"; outputPaths = ( diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 689e4cf4..6346e06b 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -5,7 +5,7 @@ description: Demonstrates how to use the polygonid_flutter_sdk plugin. # pub.dev using `flutter pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 2.2.4+23052803 +version: 2.2.5+23052804 environment: diff --git a/pubspec.yaml b/pubspec.yaml index 5fa613fe..d0235736 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: polygonid_flutter_sdk description: PolygonID Flutter SDK (https://polygon.technology/polygon-id). This plugin provides a cross-platform tool (iOS, Android) to integrate the PolygonID solution. -version: 2.2.4 +version: 2.2.5 homepage: https://polygon.technology/polygon-id repository: https://github.com/iden3/polygonid-flutter-sdk issue_tracker: https://github.com/iden3/polygonid-flutter-sdk/issues @@ -16,7 +16,7 @@ dependencies: http: ^0.13.6 ffi: ^2.0.1 hex: ^0.2.0 - web3dart: ^2.6.1 + web3dart: 2.3.5 web_socket_channel: ^2.2.0 ffigen: ^8.0.2 json_annotation: ^4.6.0