Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hevin committed Oct 13, 2017
2 parents ba1ad50 + 69a80ce commit 41457a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cordova Plugin JCore

[![release](https://img.shields.io/badge/release-1.1.9-blue.svg)](https://github.com/jpush/jpush-phonegap-plugin/releases)
[![release](https://img.shields.io/badge/release-1.1.10-blue.svg)](https://github.com/jpush/jpush-phonegap-plugin/releases)
[![platforms](https://img.shields.io/badge/platforms-iOS%7CAndroid-lightgrey.svg)](https://github.com/jpush/jpush-phonegap-plugin)
[![weibo](https://img.shields.io/badge/weibo-JPush-blue.svg)](http://weibo.com/jpush?refer_flag=1001030101_&is_all=1)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-jcore",
"version": "1.1.9",
"version": "1.1.10",
"description": "jcore for cordova plugin",
"cordova": {
"id": "cordova-plugin-jcore",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-jcore"
version="1.1.9">
version="1.1.10">

<name>JCore</name>
<description>Cordova plugin for jcore</description>
Expand All @@ -27,6 +27,6 @@
</platform>

<platform name="ios">
<source-file src="src/ios/jcore-ios-1.1.5.a" framework="true" />
<source-file src="src/ios/jcore-ios-1.1.6.a" framework="true" />
</platform>
</plugin>
Binary file not shown.

0 comments on commit 41457a6

Please sign in to comment.