diff --git a/composer.json b/composer.json index d125cd6..c7ecb3c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "allestuetsmerweh/php-typescript-api", - "version": "4.0.1", + "version": "4.1.0", "type": "library", "description": "Build a typed Web API using PHP and TypeScript", "keywords": ["PHP","TypeScript","API"], diff --git a/package.json b/package.json index 52725a1..cb44974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "php-typescript-api", - "version": "4.0.1", + "version": "4.1.0", "description": "Build a typed Web API using PHP and TypeScript", "main": "client/lib/index.js", "types": "client/lib/index.d.ts",