Skip to content

Commit

Permalink
1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
CerteKim committed Mar 5, 2021
1 parent 432216c commit 89cc25a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ rm -rf $MODPATH/module.prop
touch $MODPATH/module.prop
echo "id=xray" > $MODPATH/module.prop
echo "name=Xray4Magisk" >> $MODPATH/module.prop
echo -n "version=Module v1.2.6, Core " >> $MODPATH/module.prop
echo -n "version=Module v1.2.7, Core " >> $MODPATH/module.prop
echo ${latest_xray_version} >> $MODPATH/module.prop
echo "versionCode=20210304" >> $MODPATH/module.prop
echo "versionCode=20210306" >> $MODPATH/module.prop
echo "author=CerteKim" >> $MODPATH/module.prop
echo "description=xray core with service scripts for Android" >> $MODPATH/module.prop

Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=xray4magisk
name=Xray for Magisk
version=v1.2.6
versionCode=20210304
version=v1.2.7
versionCode=20210306
author=CerteKim
description=Xray core with service scripts for Android

0 comments on commit 89cc25a

Please sign in to comment.