From 48d0545ce01860d7d639bc539c9d53a72b5079f6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Nov 2023 11:10:26 +0000 Subject: [PATCH] chore: prepare for 1.3.1 ## [1.3.1](https://github.com/customerio/customerio-flutter/compare/1.3.0...1.3.1) (2023-11-14) ### Bug Fixes * improve android push click behavior ([#89](https://github.com/customerio/customerio-flutter/issues/89)) ([62b9e61](https://github.com/customerio/customerio-flutter/commit/62b9e615cbe0c145319d4a5ceb8ab44823b6adb6)) --- CHANGELOG.md | 7 +++++++ lib/customer_io_plugin_version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75abae0..4e25021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/customerio/customerio-flutter/compare/1.3.0...1.3.1) (2023-11-14) + + +### Bug Fixes + +* improve android push click behavior ([#89](https://github.com/customerio/customerio-flutter/issues/89)) ([62b9e61](https://github.com/customerio/customerio-flutter/commit/62b9e615cbe0c145319d4a5ceb8ab44823b6adb6)) + ## [1.3.0](https://github.com/customerio/customerio-flutter/compare/1.2.7...1.3.0) (2023-10-25) diff --git a/lib/customer_io_plugin_version.dart b/lib/customer_io_plugin_version.dart index 942a4d1..62bdc14 100755 --- a/lib/customer_io_plugin_version.dart +++ b/lib/customer_io_plugin_version.dart @@ -1,2 +1,2 @@ // Don't modify this line - it's automatically updated -const version = "1.3.0"; +const version = "1.3.1"; diff --git a/pubspec.yaml b/pubspec.yaml index 8f4542e..0ce30dd 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: 1.3.0 +version: 1.3.1 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter