Skip to content

Commit

Permalink
feature: release 4.8.0 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
diasdecodigou authored May 2, 2024
1 parent f092d82 commit 7e64210
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 4.8.0

``Publicado: 02/05/2024``

- Atualização da sdk nativa iOS
para `2.12.1` [release notes](https://developers.unico.io/docs/check/SDK/iOS/release-notesiOSSDK)
- Atualização da sdk nativa Android
para `5.13.0` [release notes](https://developers.unico.io/docs/check/SDK/android/release-notesAndroidSDK/)

## 4.7.0

``Publicado: 26/04/2024``
Expand Down
4 changes: 2 additions & 2 deletions ios/unico_check.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'unico_check'
s.version = '2.1.2'
s.version = '2.1.3'
s.summary = 'Esta biblioteca visa implementar a tecnologia Unico.'
s.description = <<-DESC
Esta biblioteca visa implementar a tecnologia Unico.
Expand All @@ -15,7 +15,7 @@ Esta biblioteca visa implementar a tecnologia Unico.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'unicocheck-ios', '2.12.0'
s.dependency 'unicocheck-ios', '2.12.1'
s.static_framework = false
s.platform = :ios, '11.0'

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: unico_check
description: Esta biblioteca visa implementar a tecnologia unico check na plataforma flutter.
version: 4.7.0
version: 4.8.0
homepage: https://github.com/acesso-io/unico_check_flutter

environment:
Expand Down

0 comments on commit 7e64210

Please sign in to comment.