Skip to content

Commit

Permalink
all: bump to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisain committed Feb 15, 2022
1 parent 6372e39 commit 18466cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.2"
version: "1.1.3"
boolean_selector:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/BatchFlutterPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 18466cc

Please sign in to comment.