Skip to content

Commit

Permalink
update to 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvan committed Aug 19, 2020
1 parent b51aa97 commit 848052c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion AppConfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"APP_VERSION": "6.0",
"APP_VERSION": "6.1",
"APP_NAME": "X Prober",
"APP_URL": "https://github.com/kmvan/x-prober",
"AUTHOR_URL": "https://inn-studio.com/prober",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All Notable changes to `X-Prober` will be documented in this file

## 6.1.0 - 2020-08-20

### Fix

- Fix nodes networks speed error

## 6.0.0 - 2020-08-19

Expand Down
4 changes: 2 additions & 2 deletions dist/prober.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Components/Config/ConfigApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class ConfigApi
{
public static $APP_VERSION = '6.0';
public static $APP_VERSION = '6.1';
public static $APP_NAME = 'X Prober';
public static $APP_URL = 'https://github.com/kmvan/x-prober';
public static $APP_CONFIG_URLS = array('https://raw.githubusercontent.com/kmvan/x-prober/master/AppConfig.json', 'https://api.inn-studio.com/download/?id=xprober-config');
Expand Down
9 changes: 4 additions & 5 deletions xconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
//
// TODO: Nodes
// You can set nodes for X-Prober
// "nodes": [
// ["node-1", "http://localhost:8000"],
// ["node-2", "http://localhost:8000"],
// ["node-3", "http://localhost/prober/.tmp"]
// ]
"nodes": [
["node-1", "http://localhost/prober/.tmp/"],
["node-3", "https://tz.inn-studio.com/"]
]
}

0 comments on commit 848052c

Please sign in to comment.