Skip to content

Commit

Permalink
🔖 (v0.4.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu pernelle authored and matthieu pernelle committed Dec 16, 2024
1 parent 3009f28 commit 5ea46f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions flutter_lyra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.3

- **UPGRADE**: Upgrade iOS LyraCardsRecognizer to 2.0.2

# 0.4.2

- **UPGRADE**: Upgrade iOS LyraPaymentSDK to 2.7.7
Expand Down
4 changes: 2 additions & 2 deletions flutter_lyra/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_lyra
description: This package allows you to use the methods from the lyra android and ios native sdks in Flutter

version: 0.4.2
version: 0.4.3

homepage: https://github.com/bamlab/Flutter-Lyra
repository: https://github.com/bamlab/Flutter-Lyra
Expand All @@ -23,7 +23,7 @@ dependencies:
flutter:
sdk: flutter
flutter_lyra_android: ^0.4.0
flutter_lyra_ios: ^0.4.2
flutter_lyra_ios: ^0.4.3
flutter_lyra_platform_interface: ^0.4.0
dev_dependencies:
analyzer: ^4.7.0
Expand Down
2 changes: 1 addition & 1 deletion flutter_lyra_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_lyra_ios
description: iOS implementation of the flutter_lyra plugin
version: 0.4.2
version: 0.4.3
homepage: https://github.com/bamlab/Flutter-Lyra
repository: https://github.com/bamlab/Flutter-Lyra

Expand Down

0 comments on commit 5ea46f6

Please sign in to comment.