Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
norman784 committed Oct 18, 2017
1 parent 7dd97f5 commit 274f71a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "libimobiledevice",
"version": "0.2.2",
"version": "0.2.4",
"description": "A cross-platform software protocol library and tools to communicate with iOS® devices natively.",
"main": "lib/libimobiledevice.js",
"repository": "https://github.com/norman784/libimobiledevice-node",
Expand All @@ -13,7 +13,7 @@
"preinstall": "sh install.sh",
"install": "node-gyp rebuild",
"test": "echo 'Not implemented yet'",
"compile": "node-gyp rebuild -d",
"compile": "node-gyp rebuild",
"xcode": "node-gyp configure -- -f xcode"
}
}

0 comments on commit 274f71a

Please sign in to comment.