Skip to content

Commit

Permalink
Merge pull request #203 from penguinho/master
Browse files Browse the repository at this point in the history
0.12.2
  • Loading branch information
penguinho committed Dec 9, 2013
2 parents 9ae27a1 + 601eb6f commit 8fb39ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Appium/Appium-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.12.0</string>
<string>0.12.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion Appium/AppiumGlobals.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

#define APPIUM_DEBUG_LEVEL 0
#define APPIUM_ABSTRACT_CLASS_ERROR @throw [NSException exceptionWithName:NSInternalInconsistencyException reason:[NSString stringWithFormat:@"You must override %@ in a subclass", NSStringFromSelector(_cmd)] userInfo:nil];
#define NODE_JS_DOWNLOAD_URL @"http://nodejs.org/dist/v0.10.22/node-v0.10.22-darwin-x64.tar.gz"
#define NODE_JS_DOWNLOAD_URL @"http://nodejs.org/dist/v0.10.17/node-v0.10.17-darwin-x64.tar.gz"

0 comments on commit 8fb39ea

Please sign in to comment.