Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tail the simulator's system.log and extract the log messages.
## Prerequisites

This library current depends on [node-ios-device](https://github.com/appcelerator/node-ios-device)
and thus is currently compatible with Node.js version 0.8.0 through 0.11.13.
and thus is currently compatible with Node.js version 0.8.0 through 0.12.0.

## Installation

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ioslib",
"version": "0.2.12",
"version": "0.2.13",
"description": "iOS Utility Library",
"keywords": [
"appcelerator",
Expand Down Expand Up @@ -33,8 +33,8 @@
"dependencies": {
"always-tail": "~0.1.1",
"async": "~0.9.0",
"node-appc": "0.2.17",
"node-ios-device": "~0.3.1",
"node-appc": "0.2.24",
"node-ios-device": "~0.3.2",
"simple-plist": "~0.0.2"
},
"devDependencies": {
Expand Down