Skip to content

Commit

Permalink
packaging fixes & update version
Browse files Browse the repository at this point in the history
  • Loading branch information
obastemur committed Feb 3, 2016
1 parent 1fccbe7 commit 876f7a3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 0.1.1

- Update to latest JXcore
- Update to latest leveldown-mobile
- Fix packaging issue with JX SM

#### 0.1.0 - DEV Version
- JXcore 0.3.1.1
- Several stability improvements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ jxc install
By default the latest version of the plugin is used. However you may specify an exact version, e.g.:

```bash
$ jxc install 0.1.0
$ jxc install 0.1.1
```

For list of other possible versions see http://az836273.vo.msecnd.net.
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (process.argv[2] == "EXTRACT") {
var AdmZip = require('adm-zip');

var zip = new AdmZip("./io.jxcore.node/bin/ios.zip");
zip.extractAllTo("./io.jxcore.node/bin/", true);
zip.extractAllToAsync("./io.jxcore.node/bin/", true, function(_, __) { /* DO NOTHING */ });
} else {

require("child_process").execFile(process.execPath, ["io.jxcore.node/index.js", "EXTRACT"],
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": "jxcore-cordova",
"version": "0.1.0",
"version": "0.1.1",
"description": "Cordova JXcore Plugin to run node apps on Android and iOS",
"cordova": {
"id": "io.jxcore.node",
Expand Down
2 changes: 1 addition & 1 deletion 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="io.jxcore.node"
version="0.1.0">
version="0.1.1">
<name>JXcore Mobile</name>
<description>Cordova JXcore/Node.JS Plugin</description>
<license>MIT</license>
Expand Down

0 comments on commit 876f7a3

Please sign in to comment.