diff --git a/package.json b/package.json index cdd86af..83e3337 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vlmrun", - "version": "0.1.1", + "version": "0.1.2", "description": "The official TypeScript library for the Vlm API", "author": "Vlm ", "types": "dist/index.d.ts", diff --git a/src/resources/files.ts b/src/resources/files.ts index 62ad09e..18643df 100644 --- a/src/resources/files.ts +++ b/src/resources/files.ts @@ -20,7 +20,6 @@ export class Files extends APIResource { * Get a file by ID. */ retrieve(fileId: string, options?: Core.RequestOptions): Core.APIPromise { - console.log(fileId); return this._client.get(`/v1/files/${fileId}`, options); } diff --git a/src/version.ts b/src/version.ts index b322647..6a0e493 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.1.1'; // x-release-please-version +export const VERSION = '0.1.1';