Skip to content

Commit 8780811

Browse files
committed
update version
1 parent a942deb commit 8780811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendinblue/client",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "NodeJS client for Sendinblue V3 api",
55
"main": "dist/api.js",
66
"types": "dist/api.d.ts",

src/api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import * as localVarRequest from 'request';
1414
import * as http from 'http';
1515

1616
const defaultBasePath = 'https://api.sendinblue.com/v3';
17-
const version = '3.3.0';
17+
const version = '3.3.1';
1818
// ===============================================
1919
// This file is autogenerated - Please do not edit
2020
// ===============================================

0 commit comments

Comments
 (0)