Skip to content

Commit

Permalink
Retail ring support
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuba50 committed Oct 23, 2017
1 parent 66c807e commit c03b1ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api
Submodule api updated from d1df96 to f9997d
1 change: 1 addition & 0 deletions latest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<option value="wif">Insider Fast</option>
<option value="wis">Insider Slow</option>
<option value="rp">Release Preview</option>
<option value="retail">Retail</option>
</select>
</div>

Expand Down
4 changes: 2 additions & 2 deletions shared/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
*/

// Website information
$websiteVersion = '3.2.1';
$requiredApi = '1.3.0';
$websiteVersion = '3.3.0';
$requiredApi = '1.4.0';

require_once dirname(__FILE__).'/../api/shared/main.php';
function checkApi() {
Expand Down

0 comments on commit c03b1ec

Please sign in to comment.