Skip to content

Commit

Permalink
chore(release): 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Cesarato committed Mar 3, 2021
1 parent 4bd225b commit c3c3fd6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [0.8.3](https://github.com/marcocesarato/AMWScan/compare/v0.8.2...v0.8.3) (2021-03-03)


### Bug Fixes


##### Autoload

* Change chdir if not on phar archive ([aaa257](https://github.com/marcocesarato/AMWScan/commit/aaa257660e9bd5f9528d2bb85af8e74e9d5b0752))

##### Modes

* Only exploits, functions and signatures modes [#18](https://github.com/marcocesarato/AMWScan/issues/18) ([d901f7](https://github.com/marcocesarato/AMWScan/commit/d901f7bbc763068ff6a9f56ee446753eefc520b5))

---

## [0.8.2](https://github.com/marcocesarato/PHP-Antimalware-Scanner/compare/v0.8.1.241...v0.8.2) (2021-02-27)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<h1 align="center">PHP Antimalware Scanner</h1>

![Version](https://img.shields.io/badge/version-0.8.2-brightgreen?style=for-the-badge)
![Version](https://img.shields.io/badge/version-0.8.3-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)
Expand Down
Binary file modified dist/scanner
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.2
0.8.3
2 changes: 1 addition & 1 deletion src/Scanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Scanner
*
* @var string
*/
public static $version = '0.8.2';
public static $version = '0.8.3';

/**
* Root path.
Expand Down

0 comments on commit c3c3fd6

Please sign in to comment.