Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lhw5123 committed May 24, 2017
1 parent 5e0b564 commit 7c6cd7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Cordova Plugin JCore
[![QQ Group](https://img.shields.io/badge/QQ%20Group-413602425-red.svg)]()
[![release](https://img.shields.io/badge/release-1.1.3-blue.svg)](https://github.com/jpush/jpush-phonegap-plugin/releases)
[![release](https://img.shields.io/badge/release-1.1.4-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
8 changes: 4 additions & 4 deletions www/jcore.js
@@ -1,5 +1,5 @@
var exec = require('cordova/exec');
var exec = require('cordova/exec')

exports.coolMethod = function(arg0, success, error) {
exec(success, error, "jcore", "coolMethod", [arg0]);
};
exports.coolMethod = function (arg0, success, error) {
exec(success, error, 'jcore', 'coolMethod', [arg0])
}

0 comments on commit 7c6cd7c

Please sign in to comment.