We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45db897 commit 1b929edCopy full SHA for 1b929ed
CHANGES.md
@@ -4,6 +4,9 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
4
5
## CHANGE LOG ##
6
7
+* v4.1.1 (2017-09-10)
8
+ * Fixed `version` in `composer.json` file
9
+
10
* v4.1.0 (2017-09-09)
11
* [RB-70] Added support for Laravel 5.5's auto-discovery feature
12
composer.json
@@ -2,7 +2,7 @@
2
"name": "marcin-orlowski/laravel-api-response-builder",
3
"description": "Helps building nice, normalized and easy to consume REST API responses.",
"homepage": "https://github.com/MarcinOrlowski/laravel-api-response-builder",
- "version": "4.0.2",
+ "version": "4.1.1",
"keywords": [
"laravel",
"json",
0 commit comments