Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.28
* Create Bill/Cashtray/Check/Cpm with Fallback
* Get User Tag Subgroups
* Fixed IdentifyIndividual on iOS

## 2.0.27
* Added individual identification number
* Sync with Native SDKs version 2.0.27
Expand Down
2 changes: 1 addition & 1 deletion ios/pokepay_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 = 'pokepay_sdk'
s.version = '2.0.27'
s.version = '2.0.28'
s.summary = 'Pokepay flutter SDK'
s.description = <<-DESC
Pokepay flutter SDK
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: pokepay_sdk
description: SDK for pokepay
version: 2.0.27
version: 2.0.28
homepage: https://pay.pocket-change.jp/

environment:
Expand Down
Loading