Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
casperkloppenburg committed Jan 4, 2023
1 parent 34f8bb9 commit 5fb41b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "creatomate",
"version": "1.0.2",
"version": "1.0.3",
"description": "Official Node.js SDK for the Creatomate video rendering API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
} from './CreatomateError';
import { transformObjectKeys, transformCamelToSnakeCase, transformSnakeToCamelCase } from './utility';

const CLIENT_VERSION = '1.0.2';
const CLIENT_VERSION = '1.0.3';

export class Client {
private readonly apiKey: string;
Expand Down

0 comments on commit 5fb41b1

Please sign in to comment.