From 230b2e87b240bda95bad180bc92599e0bf72360a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20V=C3=A1cha?= Date: Tue, 12 Jul 2016 13:53:55 +0200 Subject: [PATCH] Release library version 0.4.0 --- README.md | 4 ++-- src/UlozenkaLib/APIv3/Enum/Library.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a27c2db..1191163 100644 --- a/README.md +++ b/README.md @@ -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.* ``` diff --git a/src/UlozenkaLib/APIv3/Enum/Library.php b/src/UlozenkaLib/APIv3/Enum/Library.php index bc92a24..72ac889 100644 --- a/src/UlozenkaLib/APIv3/Enum/Library.php +++ b/src/UlozenkaLib/APIv3/Enum/Library.php @@ -10,5 +10,5 @@ class Library { const LIBRARY_NAME = 'ulozenka/api-v3'; - const LIBRARY_VERSION = '0.4-dev'; + const LIBRARY_VERSION = '0.4.0'; }