Skip to content

Commit

Permalink
Upload Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazan98 committed Jan 26, 2024
1 parent af5ccc2 commit dbebda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/tapper.info.ts
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit dbebda1

Please sign in to comment.