Skip to content

Commit

Permalink
v2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljareno committed Jun 30, 2023
1 parent cb4a9a7 commit c65578c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ios/polygonid_flutter_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c65578c

Please sign in to comment.