Merge pull request #157 from phanan/1.1

Bump version
This commit is contained in:
Phan An 2015-12-29 08:35:54 +07:00
commit 75d69454fc
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.0';
const VERSION = 'v1.1.1';
/**
* 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.0
git checkout v1.1.1
```
#### 2. Upgrade Laravel, install packages, and migrate database