Skip to content

Commit

Permalink
update to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvan committed May 24, 2019
1 parent f0b9354 commit 1285c8c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 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.4.0",
"APP_VERSION": "2.4.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.4.1 - 2019-05-24

### Optimize

- Optimize `position:fixed` performance

## 2.4.0 - 2019-05-14

### Add
Expand Down
12 changes: 6 additions & 6 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.4.0';
public static $APP_VERSION = '2.4.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 1285c8c

Please sign in to comment.