From c68b84b7473fdca365a882c74f7f447afe9670ba Mon Sep 17 00:00:00 2001 From: Arnaud Barisain-Monrose Date: Thu, 17 Feb 2022 14:14:34 +0100 Subject: [PATCH] all: bump to 1.1.4 --- CHANGELOG.md | 2 +- .../main/java/com/batch/batch_flutter/BatchFlutterPlugin.java | 2 +- example/pubspec.lock | 2 +- ios/Classes/BatchFlutterPlugin.swift | 2 +- pubspec.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 743a888..70a8b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## UPCOMING +## 1.1.4 **Plugin** diff --git a/android/src/main/java/com/batch/batch_flutter/BatchFlutterPlugin.java b/android/src/main/java/com/batch/batch_flutter/BatchFlutterPlugin.java index 99874dc..784f3a6 100644 --- a/android/src/main/java/com/batch/batch_flutter/BatchFlutterPlugin.java +++ b/android/src/main/java/com/batch/batch_flutter/BatchFlutterPlugin.java @@ -37,7 +37,7 @@ public class BatchFlutterPlugin implements FlutterPlugin, MethodCallHandler, Act private static final String PLUGIN_VERSION_SYSTEM_PROPERTY = "batch.plugin.version"; - private static final String PLUGIN_VERSION = "Flutter/1.1.3"; + private static final String PLUGIN_VERSION = "Flutter/1.1.4"; private final static BatchPluginConfiguration configuration = new BatchPluginConfiguration(); diff --git a/example/pubspec.lock b/example/pubspec.lock index 52a54fa..18aac36 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -14,7 +14,7 @@ packages: path: ".." relative: true source: path - version: "1.1.3" + version: "1.1.4" boolean_selector: dependency: transitive description: diff --git a/ios/Classes/BatchFlutterPlugin.swift b/ios/Classes/BatchFlutterPlugin.swift index 855ed8e..156b805 100644 --- a/ios/Classes/BatchFlutterPlugin.swift +++ b/ios/Classes/BatchFlutterPlugin.swift @@ -7,7 +7,7 @@ fileprivate struct Consts { static let BridgeVersion = "Bridge/1.0" static let PluginVersionEnvironmentVar = "BATCH_PLUGIN_VERSION" - static let PluginVersion = "Flutter/1.1.3" + static let PluginVersion = "Flutter/1.1.4" } /// Batch's Flutter Plugin main class. diff --git a/pubspec.yaml b/pubspec.yaml index a53ad68..663043e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: batch_flutter description: Batch SDK Flutter Plugin allows you to build meaningful communication experiences in your app through highly personalized push notifications and In-App messages. -version: 1.1.3 +version: 1.1.4 homepage: https://batch.com environment: