From 18466cc6a765d5ccd9943a3569c40cf0ee252192 Mon Sep 17 00:00:00 2001 From: Arnaud Barisain-Monrose Date: Tue, 15 Feb 2022 19:17:53 +0100 Subject: [PATCH] all: bump to 1.1.3 --- .../main/java/com/batch/batch_flutter/BatchFlutterPlugin.java | 2 +- example/pubspec.lock | 2 +- ios/Classes/BatchFlutterPlugin.swift | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 e31388d..99874dc 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.2"; + private static final String PLUGIN_VERSION = "Flutter/1.1.3"; private final static BatchPluginConfiguration configuration = new BatchPluginConfiguration(); diff --git a/example/pubspec.lock b/example/pubspec.lock index 28287bb..52a54fa 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -14,7 +14,7 @@ packages: path: ".." relative: true source: path - version: "1.1.2" + version: "1.1.3" boolean_selector: dependency: transitive description: diff --git a/ios/Classes/BatchFlutterPlugin.swift b/ios/Classes/BatchFlutterPlugin.swift index d66f4b7..855ed8e 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.2" + static let PluginVersion = "Flutter/1.1.3" } /// Batch's Flutter Plugin main class. diff --git a/pubspec.yaml b/pubspec.yaml index a76c015..a53ad68 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.2 +version: 1.1.3 homepage: https://batch.com environment: