Skip to content

Commit

Permalink
update to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvan committed Mar 13, 2019
1 parent 17e3cba commit 2bce7d6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.1",
"APP_VERSION": "2.2.2",
"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.2 - 2019-03-14

### Fix

- Fix error on Windows

## 2.2.1 - 2019-03-13

### Optimize
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 = '2.2.1';
public static $APP_VERSION = '2.2.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';
Expand Down

0 comments on commit 2bce7d6

Please sign in to comment.