Update files for next version

This commit is contained in:
KodeStar 2018-02-07 22:33:58 +00:00
parent 7b5bc24a6d
commit 9bb0304620
2 changed files with 12 additions and 2 deletions

View file

@ -1,6 +1,16 @@
# Release Notes
## v1.1.2 (2018-02-05)
## v1.3.0 (2018-02-05)
### Added
### Changed
### Fixed
## v1.2.0 (2018-02-07)
### Added
- Translation support

View file

@ -14,7 +14,7 @@ return [
*/
'name' => env('APP_NAME', 'Heimdall'),
'version' => '1.2.0',
'version' => '1.3.0',
/*
|--------------------------------------------------------------------------