Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sravanmedarapu committed Oct 1, 2016
1 parent 8f250c5 commit d4e1bc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { fs } from 'appium-support';
import request from 'request-promise';
import log from './logger';

const UI2_VER = "v0.0.1-beta1";
const UI2_VER = "v0.0.1";
const UI2_SERVER_DOWNLOAD = `https://github.com/appium/appium-uiautomator2-server/releases/download` +
`/${UI2_VER}/app-server-debug-unaligned.apk`;
const UI2_SERVER_TEST_DOWNLOAD = `https://github.com/appium/appium-uiautomator2-server/releases/download` +
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"automated testing",
"android"
],
"version": "0.0.1-beta1",
"version": "0.0.2",
"author": "appium",
"license": "Apache-2.0",
"repository": {
Expand All @@ -31,7 +31,7 @@
"appium-android-driver": "^1.10.27",
"appium-base-driver": "^2.0.18",
"appium-logger": "^2.1.0",
"appium-uiautomator2-server": "^0.0.1-beta1",
"appium-uiautomator2-server": "^0.0.1",
"appium-support": "^2.0.9",
"asyncbox": "^2.3.1",
"bluebird": "^2.10.2",
Expand Down

0 comments on commit d4e1bc6

Please sign in to comment.