Skip to content

Commit 76975b7

Browse files
release: v0.1.1
1 parent 3a2534f commit 76975b7

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,6 @@
8383
"/specs",
8484
"/tests"
8585
]
86-
}
86+
},
87+
"version": "0.1.1"
8788
}

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.0",
4+
"version": "0.1.1",
55
"description": "Codegen tooling for the roxyapi/sdk Composer package. Not published.",
66
"type": "module",
77
"scripts": {

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.0';
12+
public const VERSION = '0.1.1';
1313
}

0 commit comments

Comments
 (0)