Skip to content

Commit 4cb0ee5

Browse files
Fixed version in composer json
1 parent 494d867 commit 4cb0ee5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
44

55
## CHANGE LOG ##
66

7+
* v4.1.5 (2018-02-24)
8+
* Fixed `version` in `composer.json` file
9+
710
* v4.1.4 (2018-02-24)
811
* Updated tests to run on PHP 5.6 too
912
* Corrected docs

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "marcin-orlowski/laravel-api-response-builder",
33
"description": "Helps building nice, normalized and easy to consume REST API responses.",
44
"homepage": "https://github.com/MarcinOrlowski/laravel-api-response-builder",
5-
"version": "4.1.3",
5+
"version": "4.1.5",
66
"keywords": [
77
"laravel",
88
"json",

0 commit comments

Comments
 (0)