Skip to content

Commit

Permalink
Lisää @Release 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ut4 committed Oct 26, 2020
1 parent 5651530 commit b3f244b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Minimalistic but not entirely useless php application framework. Does not self-r

# Optional dependencies

- [phpmailer/phpmailer ^6.1](https://github.com/PHPMailer/PHPMailer) (Authenticator)
- [phpmailer/phpmailer ^6.1](https://github.com/PHPMailer/PHPMailer) (Auth\AccountManager)
- [masterminds/html5 ^2.7](https://github.com/Masterminds/html5-php) (Extensions\SafeHTMLValidator)

# Documentation

Expand Down
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Pike\Interfaces\{FileSystemInterface, SessionInterface};

final class App {
public const VERSION = '0.7.1-dev';
public const VERSION = '0.8.0';
public const MAKE_AUTOMATICALLY = '@auto';
/** @var \Pike\AppContext */
private $ctx;
Expand Down

0 comments on commit b3f244b

Please sign in to comment.