We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d610f9 commit 4738a65Copy full SHA for 4738a65
packages/sdk.geometry-api-sdk-v2/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@shapediver/sdk.geometry-api-sdk-v2",
3
- "version": "1.12.1",
+ "version": "2.0.0",
4
"description": "SDK to communicate with the Geometry API version 2",
5
"keywords": [
6
"shapediver",
packages/sdk.geometry-api-sdk-v2/src/configuration.ts
@@ -6,7 +6,7 @@ import {
export interface ConfigurationParameters extends ClientConfigParams {}
7
8
export class Configuration extends ClientConfig {
9
- protected readonly sdkVersion = '1.12.1'; // WARNING: This value is updated automatically!
+ protected readonly sdkVersion = '2.0.0'; // WARNING: This value is updated automatically!
10
11
constructor(param: ConfigurationParameters = {}) {
12
super(param);
0 commit comments