Skip to content
This repository was archived by the owner on May 21, 2020. It is now read-only.

Commit f6efcb1

Browse files
authored
Version 2.1.0 (#3)
1 parent 35d0c24 commit f6efcb1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [2.1.0] - 2019-04-09
5+
- Support Mixpanel Device-based Connection Mode
6+
47
## [2.0.0] - 2018-11-06
58
### Changed
69
- Switch to use Cocoa Pods (iOS)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "segment-cordova-plugin",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Segment Cordova Plugin",
55
"cordova": {
66
"id": "segment-cordova-plugin",
@@ -30,7 +30,7 @@
3030
},
3131
"engines": {
3232
"cordovaDependencies": {
33-
"2.0.0": {
33+
"2.1.0": {
3434
"cordova": ">7.0.0",
3535
"cordova-ios": ">4.3.0",
3636
"cordova-android": ">7.0.0"

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin id="segment-cordova-plugin"
33
xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
xmlns:android="http://schemas.android.com/apk/res/android"
5-
version="2.0.0" >
5+
version="2.1.0" >
66

77
<name>SegmentCordovaPlugin</name>
88
<license>MIT License</license>

0 commit comments

Comments
 (0)