Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sravanmedarapu committed Apr 7, 2017
1 parent 84dfac1 commit 7bf0367
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.3"
versionName "0.1.4"
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.3",
"version": "0.1.4",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"windowsBuildDir":"c:/tmp",
Expand Down

0 comments on commit 7bf0367

Please sign in to comment.