appium-android-driver 5.0.2 → 5.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -161,3 +161,4 @@ Some tests need particular emulators. Currently they are twofold:
161
161
  Some tests also also need a specific version of Chromedriver (specifically, `2.20`),
162
162
  which is available in the `test/assets` folder, or can be specified with the
163
163
  `CHROME_2_20_EXECUTABLE` environment variable.
164
+
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "mobile",
10
10
  "mobile testing"
11
11
  ],
12
- "version": "5.0.2",
12
+ "version": "5.0.3",
13
13
  "author": "appium",
14
14
  "license": "Apache-2.0",
15
15
  "repository": {