Skip to content

Commit 079a908

Browse files
Merge pull request #58 from LtbLightning/patch/0.23.0
Bump version to 0.23.0
2 parents 09b858a + 793a103 commit 079a908

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ To use the `payjoin_flutter` package in your project, add it as a dependency in
88

99
```dart
1010
dependencies:
11-
payjoin_flutter: 0.22.0
11+
payjoin_flutter: 0.23.0
1212
```
1313
### Requirements
1414

15-
- Flutter : 3.0 or higher
15+
- Flutter : 3.3 or higher
1616
- Android minSdkVersion. : API 23 or higher.
1717
- Deployment target : iOS 12.0 or greater.
1818

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// The Android Gradle Plugin builds the native code with the Android NDK.
22

33
group 'io.payjoin.flutter'
4-
version '0.23.0-dev.1'
4+
version '0.23.0'
55

66
buildscript {
77
repositories {

ios/payjoin_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'payjoin_flutter'
3-
s.version = '0.20.0'
3+
s.version = '0.23.0'
44
s.summary = 'A new Flutter FFI plugin project.'
55
s.description = <<-DESC
66
A new Flutter FFI plugin project.

0 commit comments

Comments
 (0)