From 88a6a17c3948bad2cd96307a4e3b255c73638409 Mon Sep 17 00:00:00 2001 From: Roland Misica Date: Wed, 11 Oct 2023 14:43:14 +0200 Subject: [PATCH] feat/Version 1.4.2 --- CHANGELOG.md | 6 ++++++ android/build.gradle | 2 +- android/src/main/AndroidManifest.xml | 2 +- example/ios/Runner.xcodeproj/project.pbxproj | 6 +++--- example/pubspec.yaml | 2 +- ios/Classes/SwiftExponeaPlugin.swift | 2 +- pubspec.yaml | 2 +- 7 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 266c929..062e52d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ## :arrow_double_up: [SDK version update guide](./documentation/VERSION_UPDATE.md) ## Release Notes +## Release Notes for 1.4.2 +#### October 11, 2023 +* Bug Fixes + * Fixed: requireNotConfigured() used in isRead and other methods + + ## Release Notes for 1.4.1 #### August 15, 2023 * Bug Fixes diff --git a/android/build.gradle b/android/build.gradle index 652d605..d65a2fc 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.exponea' -version '1.4.1-SNAPSHOT' +version '1.4.2-SNAPSHOT' buildscript { ext { diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 2e3f7d3..d9090ee 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -5,7 +5,7 @@ - + String { - "1.4.1" + "1.4.2" } } diff --git a/pubspec.yaml b/pubspec.yaml index 165c59d..5700cd3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: exponea description: >- A full featured wrapper for Exponea SDK that supports Android and iOS. -version: 1.4.1 +version: 1.4.2 homepage: https://exponea.com repository: https://github.com/exponea/exponea-flutter-sdk