Skip to content

Commit

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

## [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)


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.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)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@
"post-merge": "composer install"
}
},
"version": "0.10.0"
"version": "0.10.1"
}
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.10.0
0.10.1
2 changes: 1 addition & 1 deletion src/Scanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Scanner
*
* @var string
*/
public static $version = '0.10.0';
public static $version = '0.10.1';

/**
* Repo url.
Expand Down

0 comments on commit 2d2c409

Please sign in to comment.