We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5ccc2 commit dbebda1Copy full SHA for dbebda1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tapper-core",
3
- "version": "0.0.5",
+ "version": "0.0.6",
4
"description": "CLI Source Code To Interact With Android ADB",
5
"main": "index.js",
6
"scripts": {
src/utils/tapper.info.ts
@@ -1,5 +1,5 @@
export class TapperInfo {
- public static CLI_VERSION = "1.0.0";
+ public static CLI_VERSION = "0.0.6";
public static CLI_SUPPORTED_PLATFORMS = "Android";
public static CLI_HOMEPAGE = "https://tapperapp.com"
public static CLI_SOURCE_CODE = "https://github.com/tapper-app/tapper-core"
0 commit comments