Bump version

This commit is contained in:
An Phan 2015-12-29 13:27:40 +07:00
parent ccfea1fa42
commit e1279ba5c6
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ class Application extends IlluminateApplication
*
* @link https://github.com/phanan/koel/releases
*/
const VERSION = 'v1.1.1';
const VERSION = 'v1.1.2';
/**
* We have merged public path and base path.

View file

@ -21,7 +21,7 @@ Back up your installation of Koel, including application files and database dump
``` bash
git fetch --all
git checkout v1.1.1
git checkout v1.1.2
```
#### 2. Upgrade Laravel, install packages, and migrate database