Skip to content

Commit

Permalink
chore: prepare for 1.2.4
Browse files Browse the repository at this point in the history
### [1.2.4](1.2.3...1.2.4) (2023-07-25)

### Bug Fixes

* in-app messages not displaying for release builds on Android ([#65](#65)) ([1d742c2](1d742c2))
  • Loading branch information
semantic-release-bot committed Jul 25, 2023
1 parent 1d742c2 commit d46b81d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
### [1.2.4](https://github.com/customerio/customerio-flutter/compare/1.2.3...1.2.4) (2023-07-25)


### Bug Fixes

* in-app messages not displaying for release builds on Android ([#65](https://github.com/customerio/customerio-flutter/issues/65)) ([1d742c2](https://github.com/customerio/customerio-flutter/commit/1d742c2975fd200df45a7e6c81c54eead0302a9c))

### [1.2.3](https://github.com/customerio/customerio-flutter/compare/1.2.2...1.2.3) (2023-07-14)


Expand Down
2 changes: 1 addition & 1 deletion lib/customer_io_plugin_version.dart
@@ -1,2 +1,2 @@
// Don't modify this line - it's automatically updated
const version = "1.2.3";
const version = "1.2.4";
2 changes: 1 addition & 1 deletion 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.2.3
version: 1.2.4
homepage: https://customer.io
repository: https://github.com/customerio/customerio-flutter

Expand Down

0 comments on commit d46b81d

Please sign in to comment.