diff --git a/template/NIC/control b/template/NIC/control index 82a68ac..adbdfae 100644 --- a/template/NIC/control +++ b/template/NIC/control @@ -1,4 +1,4 @@ -name "Ted2's Mod Menu Template v0.8.0" +name "Ted2's Mod Menu Template v0.8.1" prompt FILTER "Bundle filter" "com.company.appname" constrain file "control" to package constrain "theos" to link_theos diff --git a/template/versionCheck.sh b/template/versionCheck.sh index 1ed9d9a..4d8caab 100755 --- a/template/versionCheck.sh +++ b/template/versionCheck.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION='0.8.0' +VERSION='0.8.1' # Don't remove the above line. Serves as the version this script will fetch. Only update when a new version is out. ERROR='\033[1;31m[*] Error:\033[1;37m '