Skip to content

Commit

Permalink
- ui improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
erpankajpatel committed Mar 3, 2022
1 parent 9c37831 commit ab5240f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.1.20
## 0.1.21

* call back and delegation added
* font weight and ui improvement added
4 changes: 2 additions & 2 deletions example/lib/constants/configs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import 'package:phyllo_connect/phyllo_connect.dart';
class Configs {
Configs._();

static const String clientId = '';
static const String clientId = '<client id here>';

static const String clientSecret = '';
static const String clientSecret = '<client secret here>';

static const PhylloEnvironment environment = PhylloEnvironment.sandbox;
}
4 changes: 2 additions & 2 deletions ios/phyllo_connect.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'phyllo_connect'
s.version = '0.1.20'
s.version = '0.1.21'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
Expand All @@ -15,7 +15,7 @@ A new flutter plugin project.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'PhylloConnect','0.1.20'
s.dependency 'PhylloConnect','0.1.21'
s.platform = :ios, '12.0'

# Flutter.framework does not contain a i386 slice.
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: phyllo_connect
description: Phyllo Connect is a quick and secure way to connect work platforms via Phyllo in your app.
version: 0.1.20
version: 0.1.21
homepage: https://github.com/getphyllo/phyllo-connect-flutter

environment:
Expand Down

0 comments on commit ab5240f

Please sign in to comment.