Add option to search builds using regex

This commit is contained in:
whatever127
2019-12-06 01:15:03 +01:00
parent 8b0b157b5e
commit 8bceb8aac3
7 changed files with 18 additions and 8 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
*/
function uupApiVersion() {
return '1.27.3';
return '1.28.0';
}
require_once dirname(__FILE__).'/auths.php';

File diff suppressed because one or more lines are too long