Skip to content

Commit

Permalink
update to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvan committed Apr 7, 2019
1 parent e44a037 commit b853681
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dist/prober.php

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/Components/Config/ConfigApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

class ConfigApi
{
public static $APP_VERSION = '2.3.1';
public static $APP_VERSION = '2.3.2';
public static $APP_NAME = 'X Prober';
public static $APP_URL = 'https://github.com/kmvan/x-prober';
public static $AUTHOR_URL = 'https://inn-studio.com/prober';
public static $UPDATE_PHP_URLS = array('https://raw.githubusercontent.com/kmvan/x-prober/master/dist/prober.php', 'https://api.inn-studio.com/download/?id=xprober');
public static $AUTHOR_NAME = 'INN STUDIO';
public static $CHANGELOG_URL = 'https://raw.githubusercontent.com/kmvan/x-prober/master/CHANGELOG.md';
public static $LATEST_PHP_STABLE_VERSION = '7.3.3';
public static $LATEST_PHP_STABLE_VERSION = '7.3.4';
public static $LATEST_NGINX_STABLE_VERSION = '1.14.2';
}

0 comments on commit b853681

Please sign in to comment.