Skip to content

Commit 748faa0

Browse files
satwikareddy3facebook-github-bot
authored andcommitted
Bump version by 0.0.1
Summary: Bump version by 0.0.1 Reviewed By: liliarizona Differential Revision: D66039445 fbshipit-source-id: f4a1d7ed08df4dc4c5f994f04e205f23b18a21ec
1 parent 48a44e2 commit 748faa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "facebook-nodejs-business-sdk",
3-
"version": "21.0.4",
3+
"version": "21.0.5",
44
"description": "SDK for the Facebook Marketing API in Javascript and Node.js",
55
"author": "Facebook",
66
"maintainers": [

src/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default class FacebookAdsApi {
2424
return 'v21.0';
2525
}
2626
static get SDK_VERSION(): string {
27-
return '21.0.4';
27+
return '21.0.5';
2828
}
2929
static get GRAPH(): string {
3030
return 'https://graph.facebook.com';

0 commit comments

Comments
 (0)