Skip to content

Commit 4738a65

Browse files
author
Matthias Reisacher
committed
Publish
1 parent 4d610f9 commit 4738a65

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": "1.12.1",
3+
"version": "2.0.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
@@ -6,7 +6,7 @@ import {
66
export interface ConfigurationParameters extends ClientConfigParams {}
77

88
export class Configuration extends ClientConfig {
9-
protected readonly sdkVersion = '1.12.1'; // WARNING: This value is updated automatically!
9+
protected readonly sdkVersion = '2.0.0'; // WARNING: This value is updated automatically!
1010

1111
constructor(param: ConfigurationParameters = {}) {
1212
super(param);

0 commit comments

Comments
 (0)