diff --git a/scgateway/android/build.gradle b/scgateway/android/build.gradle index f9eeaa8..88f4898 100644 --- a/scgateway/android/build.gradle +++ b/scgateway/android/build.gradle @@ -65,5 +65,5 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation "com.smallcase.gateway:sdk:4.3.0" + implementation "com.smallcase.gateway:sdk:4.4.0" } diff --git a/scgateway/pubspec.yaml b/scgateway/pubspec.yaml index 31fd1f1..a7aa784 100644 --- a/scgateway/pubspec.yaml +++ b/scgateway/pubspec.yaml @@ -1,6 +1,6 @@ name: scgateway_flutter_plugin description: Scgateway Flutter plugin. -version: 5.1.0 +version: 5.2.0 homepage: https://github.com/smallcase/gw-mob-sdk-flutter # The following line prevents the package from being accidentally published to diff --git a/smart_investing/pubspec.yaml b/smart_investing/pubspec.yaml index c5cb3c8..ed2ad1e 100644 --- a/smart_investing/pubspec.yaml +++ b/smart_investing/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 2.1.0 +version: 2.2.0 environment: sdk: ^3.8.1