Skip to content

Commit 2d56f55

Browse files
release: v0.1.16
1 parent 7af2a39 commit 2d56f55

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@
8484
"/tests"
8585
]
8686
},
87-
"version": "0.1.15"
87+
"version": "0.1.16"
8888
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "roxyapi-sdk-php-tooling",
33
"private": true,
4-
"version": "0.1.15",
4+
"version": "0.1.16",
55
"description": "Codegen tooling for the roxyapi/sdk Composer package. Not published.",
66
"type": "module",
77
"scripts": {

specs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50663,7 +50663,7 @@
5066350663
"example": 34,
5066450664
"description": "Gate number from 1 to 64."
5066550665
},
50666-
"required": false,
50666+
"required": true,
5066750667
"description": "Gate number from 1 to 64.",
5066850668
"name": "number",
5066950669
"in": "path"

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
*/
1010
final class Version
1111
{
12-
public const VERSION = '0.1.15';
12+
public const VERSION = '0.1.16';
1313
}

0 commit comments

Comments
 (0)