Add support for Windows Feature Experience Pack

This commit is contained in:
abbodi1406
2021-01-27 00:52:54 +03:00
parent 3aa89af281
commit 7ed939f0cc
4 changed files with 18 additions and 10 deletions

View File

@ -1,6 +1,6 @@
<?php
/*
Copyright 2020 whatever127
Copyright 2021 whatever127
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -16,7 +16,7 @@ limitations under the License.
*/
function uupApiVersion() {
return '1.30.3';
return '1.30.4';
}
require_once dirname(__FILE__).'/auths.php';