Skip to content

Commit

Permalink
all: 1.0.0 RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisain committed Jul 29, 2021
1 parent bc4ebae commit 85c51d4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Upcoming
## 1.0.0-rc.2

**Inbox**

* Fix `limit` and `maxPageSize` staying at their default values.

## 1.0.0-rc.1 / 0.1.0
Expand Down
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/0.1.0";
private static final String PLUGIN_VERSION = "Flutter/1.0.0-rc.2";

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.0.0-rc.1"
version: "1.0.0-rc.2"
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/0.1.0"
static let PluginVersion = "Flutter/1.0.0-rc.2"
}

/// 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.com Flutter Plugin. Batch Flutter Plugin allows you to build meaningful communication experience in your iOS app through highly personalized push notifications and In-App messages.
version: 1.0.0-rc.1
version: 1.0.0-rc.2
homepage: https://batch.com

environment:
Expand Down

0 comments on commit 85c51d4

Please sign in to comment.