Skip to content

Commit

Permalink
all: 0.1.0 version bump (RC1)
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisain committed Jun 23, 2021
1 parent 45d334a commit 94f3d4b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## UPCOMING
## 0.1.0

_First Release Candidate_

**Messaging**

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.0.3";
private static final String PLUGIN_VERSION = "Flutter/0.1.0";

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: "0.0.3"
version: "0.1.0"
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.0.3"
static let PluginVersion = "Flutter/0.1.0"
}

/// 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
version: 0.0.3
version: 0.1.0
author: Batch.com <[email protected]>
homepage: https://batch.com

Expand Down

0 comments on commit 94f3d4b

Please sign in to comment.