Skip to content

Commit 5c3fd2a

Browse files
committed
treewide: bump 1.0.1
Signed-off-by: UsiFX <xprjkts@gmail.com>
1 parent 37dac12 commit 5c3fd2a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

magisk/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id=nitrond.magisk
22
name=NitronX
3-
version=1.0.0
4-
versionCode=1
3+
version=1.0.1
4+
versionCode=2
55
author=UsiFX @ Github
66
description=Extensive optmized kernel tweaker daemon By: Team TITΛN , Noobies // Link.

nitrond

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,15 +407,15 @@ updaten() {
407407

408408
if grep -q "androidboot" /proc/cmdline; then
409409
printn -l "working in android platform, using resetprop algorithm..."
410-
resetprop ro.nitron.version 1.0.0
410+
resetprop ro.nitron.version 1.0.1
411411
[[ ! "$(resetprop ro.nitron.mode)" ]] && {
412412
printn -l "we are working on first use, Supplying initial mode..."
413413
resetprop ro.nitron.mode default
414414
}
415415
else
416416
printn -l "working in Unknown Linux platform, using export algorithm..."
417417
export NITRON_FORCECHECK_UPDATE
418-
export NITRON_VERSION='1.0.0'
418+
export NITRON_VERSION='1.0.1'
419419
[[ ! -e "$NITRON_MODE" ]] && {
420420
printn -l "we are working on first use, Supplying initial mode..."
421421
export NITRON_MODE='default'
@@ -497,7 +497,7 @@ else
497497
;;
498498
"-L" | "--License") echo "
499499
#
500-
# nitronD v1.0.0 (An Extensive Kernel tweaker)
500+
# nitronD v1.0.1 (An Extensive Kernel tweaker)
501501
# Copyright (c) 2022-2023 UsiFX <xprjkts@gmail.com>
502502
#
503503
# GNU GENERAL PUBLIC LICENSE

smmt_builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212

1313
TIMESTAMP=$(date +%Y%m%d)
14-
VERSION='1.0.0'
14+
VERSION='1.0.1'
1515
OBJECTS=("nitrond" "nitron_headers.sh")
1616
MMT_OBJECTS=("magisk/META-INF/com/google/android/update-binary" "magisk/setup.sh" "magisk/common/functions.sh" "magisk/uninstall.sh")
1717
FILENAME="NitronX-$VERSION-$RANDOM-$TIMESTAMP"

0 commit comments

Comments
 (0)