Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 230b2e8

Browse files
committed
Release library version 0.4.0
1 parent 722c2c8 commit 230b2e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Requirements
1414
Installation
1515
-------------
1616

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

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

2424

src/UlozenkaLib/APIv3/Enum/Library.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ class Library
1010
{
1111

1212
const LIBRARY_NAME = 'ulozenka/api-v3';
13-
const LIBRARY_VERSION = '0.4-dev';
13+
const LIBRARY_VERSION = '0.4.0';
1414
}

0 commit comments

Comments
 (0)