Skip to content

Commit

Permalink
Bump the Version to v20.0.1
Browse files Browse the repository at this point in the history
Summary: Bump the version to release a new version with the bug fix.

Reviewed By: yoongyj, liliarizona

Differential Revision: D61582701

fbshipit-source-id: 1e44ecadc8b78f62ae9752c61196c904850839a3
  • Loading branch information
stcheng authored and facebook-github-bot committed Aug 21, 2024
1 parent 6d1d4a2 commit 267c2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.facebook.business.sdk</groupId>
<artifactId>facebook-java-business-sdk</artifactId>
<packaging>jar</packaging>
<version>20.0.0</version>
<version>20.0.1</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Facebook Business Solutions SDK for Java</description>
<url>https://developers.facebook.com/docs/marketing-api/sdks</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/facebook/ads/sdk/APIConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ public class APIConfig {
public static final String DEFAULT_API_VERSION = "v20.0";
public static final String DEFAULT_API_BASE = "https://graph.facebook.com";
public static final String DEFAULT_VIDEO_API_BASE = "https://graph-video.facebook.com";
public static final String USER_AGENT = "fbbizsdk-java-v20.0.0";
public static final String USER_AGENT = "fbbizsdk-java-v20.0.1";
};

0 comments on commit 267c2d2

Please sign in to comment.