diff --git a/pubspec.yaml b/pubspec.yaml index f4d743de..769a8f8b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: customer_io description: An official flutter plugin for Customer.io, an automated messaging platform for tech-savvy marketers. -version: 2.0.0 +version: 1.5.2 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter diff --git a/test/customer_io_config_test.dart b/test/customer_io_config_test.dart index 3a38281e..13c1165c 100644 --- a/test/customer_io_config_test.dart +++ b/test/customer_io_config_test.dart @@ -103,7 +103,7 @@ void main() { 'flushAt': 25, 'flushInterval': 55, 'inApp': inAppConfig.toMap(), - 'pushConfig': pushConfig.toMap(), + 'push': pushConfig.toMap(), 'version': config.version, 'source': config.source, };