Skip to content

Commit

Permalink
update to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvan committed Mar 12, 2019
1 parent 25f5a61 commit 7a25c63
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 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": "2.2.0",
"APP_VERSION": "2.2.1",
"APP_NAME": "X Prober",
"APP_URL": "https://github.com/kmvan/x-prober",
"AUTHOR_URL": "https://inn-studio.com/prober",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 2.2.1 - 2019-03-13

### Optimize

- Optimize class name HTML

## 2.2.0 - 2019-03-09

### Add
Expand Down
18 changes: 9 additions & 9 deletions dist/prober.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/classnames": "^2.2.7",
"@types/core-js": "^2.5.0",
"@types/lodash-es": "^4.17.3",
"@types/node": "^11.11.0",
"@types/node": "^11.11.1",
"@types/query-string": "^6.3.0",
"@types/react": "^16.8.7",
"@types/react-dom": "^16.8.2",
Expand Down
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 = '2.2.0';
public static $APP_VERSION = '2.2.1';
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';
Expand Down

0 comments on commit 7a25c63

Please sign in to comment.