Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CerteKim committed Apr 14, 2021
1 parent a08dca8 commit 04f6634
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 @@ -97,9 +97,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.9, Core " >> $MODPATH/module.prop
echo -n "version=Module v1.3.0, Core " >> $MODPATH/module.prop
echo ${latest_xray_version} >> $MODPATH/module.prop
echo "versionCode=20210325" >> $MODPATH/module.prop
echo "versionCode=20210414" >> $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.9
versionCode=20210325
version=v1.3.0
versionCode=20210414
author=CerteKim
description=Xray core with service scripts for Android

0 comments on commit 04f6634

Please sign in to comment.