From dbebda1abc592a85d2e0eb15d6811cbfdbb21a2d Mon Sep 17 00:00:00 2001 From: Yazan Tarifi Date: Fri, 26 Jan 2024 18:07:04 +0300 Subject: [PATCH] Upload Version --- package.json | 2 +- src/utils/tapper.info.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5b38499..b2ee361 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tapper-core", - "version": "0.0.5", + "version": "0.0.6", "description": "CLI Source Code To Interact With Android ADB", "main": "index.js", "scripts": { diff --git a/src/utils/tapper.info.ts b/src/utils/tapper.info.ts index 3861c3d..6efa1f4 100644 --- a/src/utils/tapper.info.ts +++ b/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"