Skip to content

Commit

Permalink
Release library version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petaak committed Jul 12, 2016
1 parent 722c2c8 commit 230b2e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Requirements
Installation
-------------

:information_source: Examples below relates to the dev-master.
:information_source: Examples below relates to the 0.4 branch.

Install ulozenka/api-v3 using [Composer](http://getcomposer.org/)
```sh
$ composer require ulozenka/api-v3:dev-master
$ composer require ulozenka/api-v3:0.4.*
```


Expand Down
2 changes: 1 addition & 1 deletion src/UlozenkaLib/APIv3/Enum/Library.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ class Library
{

const LIBRARY_NAME = 'ulozenka/api-v3';
const LIBRARY_VERSION = '0.4-dev';
const LIBRARY_VERSION = '0.4.0';
}

0 comments on commit 230b2e8

Please sign in to comment.