Skip to content

Commit c002358

Browse files
author
Matthias Reisacher
committed
Publish
1 parent c7bac90 commit c002358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/sdk.geometry-api-sdk-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shapediver/sdk.geometry-api-sdk-v2",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"description": "SDK to communicate with the Geometry API version 2",
55
"keywords": [
66
"shapediver",

packages/sdk.geometry-api-sdk-v2/src/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export interface ConfigurationParameters
3434
}
3535

3636
export class Configuration extends ClientConfig {
37-
protected readonly sdkVersion = '2.5.1'; // WARNING: This value is updated automatically!
37+
protected readonly sdkVersion = '2.6.0'; // WARNING: This value is updated automatically!
3838

3939
public readonly useCustomAxios: boolean;
4040
public readonly maxRetries: number;

0 commit comments

Comments
 (0)