Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
An Phan committed Dec 29, 2015
1 parent ccfea1f commit e1279ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/update/1.0-beta-to-1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1279ba

Please sign in to comment.