Skip to content

Commit

Permalink
update ios lib to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
huangminlinux committed Oct 26, 2018
1 parent a3ef2c9 commit cbb7620
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2.4",
"version": "1.2.5",
"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.2.4">
version="1.2.5">

<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.2.1.a" framework="true" />
<source-file src="src/ios/jcore-ios-1.2.5.a" framework="true" />
</platform>
</plugin>
Binary file not shown.

0 comments on commit cbb7620

Please sign in to comment.