From c65578ca3435539795e185463142672f3a52a627 Mon Sep 17 00:00:00 2001 From: Raul J Date: Fri, 30 Jun 2023 04:14:34 -0700 Subject: [PATCH] v2.2.7 --- README.md | 2 +- example/pubspec.yaml | 2 +- ios/polygonid_flutter_sdk.podspec | 2 +- pubspec.yaml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c455bf20..81911b01 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.6-blueviolet)](https://pub.dev/packages/polygonid_flutter_sdk) +[![pub package](https://img.shields.io/badge/pub-2.2.7-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/pubspec.yaml b/example/pubspec.yaml index 5c8e3e8e..264331f5 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.6+23052805 +version: 2.2.7+23063001 environment: diff --git a/ios/polygonid_flutter_sdk.podspec b/ios/polygonid_flutter_sdk.podspec index 6abedb44..bb56b5e6 100644 --- a/ios/polygonid_flutter_sdk.podspec +++ b/ios/polygonid_flutter_sdk.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'polygonid_flutter_sdk' - s.version = '2.2.6' + s.version = '2.2.7' s.summary = 'Flutter plugin for PolygonID SDK' s.description = <<-DESC PolygonID SDK flutter plugin project. diff --git a/pubspec.yaml b/pubspec.yaml index 91c60b31..20aabb8b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,9 @@ 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.6 +version: 2.2.7 homepage: https://polygon.technology/polygon-id -repository: https://github.com/iden3/polygonid-flutter-sdk -issue_tracker: https://github.com/iden3/polygonid-flutter-sdk/issues +repository: https://github.com/0xPolygonID/polygonid-flutter-sdk +issue_tracker: https://github.com/0xPolygonID/polygonid-flutter-sdk/issues documentation: https://0xpolygonid.github.io/tutorials/ environment: