Skip to content

Commit 9ba01e9

Browse files
committed
tree: Beta 4
Signed-off-by: NotZeetaa <rodrigo2005contente@gmail.com>
1 parent 715e947 commit 9ba01e9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

DroidConsole

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/system/bin/sh
22
# Author: NotZeetaa
3-
# Version: BETA 3
3+
# Version: BETA 4
44

55
# Call variables script
66
. /data/adb/modules/DroidConsole/system/bin/variables
@@ -142,7 +142,7 @@ main() {
142142
echo "to working within a command-line environment on their Android devices."
143143
echo ""
144144
echo "Project Name: DroidConsole"
145-
echo "Version: Beta-2"
145+
echo "Version: Beta-4"
146146
echo "License: MIT License"
147147
echo ""
148148
echo "--------------------------------------------------------------"

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ curl -F document="@$1" "https://api.telegram.org/bot${token}/sendDocument" \
77
-F "parse_mode=html"
88
}
99
random_number=$((1 + RANDOM % 200))
10-
zip_name=DroidConsole-BETA-3-${random_number}
10+
zip_name=DroidConsole-BETA-4-${random_number}
1111
echo ""
1212
rm -rf ./*.zip
1313
zip -r9 "$zip_name.zip" . -x "*build*" "*.bak*" "*.git*"

module.prop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id=DroidConsole
22
name=DroidConsole
3-
version=vBETA3
3+
version=vBETA4
44
versionCode=
55
author=NotZeetaa
66
description=A terminal toolbox for android!

0 commit comments

Comments
 (0)