Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush-sib committed Mar 7, 2023
1 parent a942deb commit 8780811
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": "@sendinblue/client",
"version": "3.3.0",
"version": "3.3.1",
"description": "NodeJS client for Sendinblue V3 api",
"main": "dist/api.js",
"types": "dist/api.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import * as localVarRequest from 'request';
import * as http from 'http';

const defaultBasePath = 'https://api.sendinblue.com/v3';
const version = '3.3.0';
const version = '3.3.1';
// ===============================================
// This file is autogenerated - Please do not edit
// ===============================================
Expand Down

0 comments on commit 8780811

Please sign in to comment.