Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sravanmedarapu committed Jan 11, 2017
1 parent dceb1d6 commit aaa88b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
/**
* versionName should be updated and inline with version in package.json for every npm release.
*/
versionName "0.1.0"
versionName "0.1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
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": "appium-uiautomator2-server",
"version": "0.1.0",
"version": "0.1.1",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"windowsBuildDir":"c:/tmp",
Expand Down

0 comments on commit aaa88b5

Please sign in to comment.