Skip to content

Commit

Permalink
Bump version by 0.0.1
Browse files Browse the repository at this point in the history
Summary: Bump version by 0.0.1

Reviewed By: liliarizona

Differential Revision: D66039445

fbshipit-source-id: f4a1d7ed08df4dc4c5f994f04e205f23b18a21ec
  • Loading branch information
satwikareddy3 authored and facebook-github-bot committed Nov 16, 2024
1 parent 48a44e2 commit 748faa0
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": "facebook-nodejs-business-sdk",
"version": "21.0.4",
"version": "21.0.5",
"description": "SDK for the Facebook Marketing API in Javascript and Node.js",
"author": "Facebook",
"maintainers": [
Expand Down
2 changes: 1 addition & 1 deletion src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class FacebookAdsApi {
return 'v21.0';
}
static get SDK_VERSION(): string {
return '21.0.4';
return '21.0.5';
}
static get GRAPH(): string {
return 'https://graph.facebook.com';
Expand Down

0 comments on commit 748faa0

Please sign in to comment.