diff --git a/VERSION b/VERSION index b1d7abc..9f8e9b6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.2 \ No newline at end of file +1.0 \ No newline at end of file diff --git a/composer.json b/composer.json index 90c196a..bbe05da 100644 --- a/composer.json +++ b/composer.json @@ -1,13 +1,13 @@ { "name": "nimbly\/limber", - "description": "A super minimal HTTP framework that doesn't get in your way.", - "keywords": [ - "http", - "api", - "framework", - "router", - "middleware" - ], + "description": "A super minimal HTTP framework that doesn't get in your way.", + "keywords": [ + "http", + "api", + "framework", + "router", + "middleware" + ], "type": "library", "require": { "php": "^7.2", @@ -26,7 +26,7 @@ "Limber\\": "src\/" } }, - "version": "0.6.2", + "version": "1.0", "require-dev": { "phpunit\/phpunit": "^8.0", "vimeo\/psalm": "^3.1",