Skip to content

Commit dbebda1

Browse files
committed
Upload Version
1 parent af5ccc2 commit dbebda1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tapper-core",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "CLI Source Code To Interact With Android ADB",
55
"main": "index.js",
66
"scripts": {

src/utils/tapper.info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export class TapperInfo {
2-
public static CLI_VERSION = "1.0.0";
2+
public static CLI_VERSION = "0.0.6";
33
public static CLI_SUPPORTED_PLATFORMS = "Android";
44
public static CLI_HOMEPAGE = "https://tapperapp.com"
55
public static CLI_SOURCE_CODE = "https://github.com/tapper-app/tapper-core"

0 commit comments

Comments
 (0)