diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc8d30..efb94ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. +## [0.10.1](https://github.com/marcocesarato/AMWScan/compare/v0.10.0...v0.10.1) (2021-07-16) + + +### Bug Fixes + +* Some warnings and possibile issues ([3af6ca](https://github.com/marcocesarato/AMWScan/commit/3af6ca3a35f56db3f218363ed3262b70f7122653)) + +--- + ## [0.10.0](https://github.com/marcocesarato/PHP-Antimalware-Scanner/compare/v0.9.1...v0.10.0) (2021-06-17) diff --git a/README.md b/README.md index 918f842..adb3646 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

PHP Antimalware Scanner

-![Version](https://img.shields.io/badge/version-0.10.0-brightgreen?style=for-the-badge) +![Version](https://img.shields.io/badge/version-0.10.1-brightgreen?style=for-the-badge) ![Requirements](https://img.shields.io/badge/php-%3E%3D%205.5-4F5D95?style=for-the-badge) ![Code Style](https://img.shields.io/badge/code%20style-PSR-blue?style=for-the-badge) ![License](https://img.shields.io/github/license/marcocesarato/PHP-Antimalware-Scanner?style=for-the-badge) diff --git a/composer.json b/composer.json index 81846e3..cbc2539 100644 --- a/composer.json +++ b/composer.json @@ -86,5 +86,5 @@ "post-merge": "composer install" } }, - "version": "0.10.0" + "version": "0.10.1" } \ No newline at end of file diff --git a/dist/scanner b/dist/scanner index 3b53516..cebc7c3 100644 Binary files a/dist/scanner and b/dist/scanner differ diff --git a/dist/version b/dist/version index 2774f85..71172b4 100644 --- a/dist/version +++ b/dist/version @@ -1 +1 @@ -0.10.0 \ No newline at end of file +0.10.1 \ No newline at end of file diff --git a/src/Scanner.php b/src/Scanner.php index eae1587..a497e1c 100644 --- a/src/Scanner.php +++ b/src/Scanner.php @@ -62,7 +62,7 @@ class Scanner * * @var string */ - public static $version = '0.10.0'; + public static $version = '0.10.1'; /** * Repo url.