Skip to content

Commit

Permalink
Bump SDK Versions By 0.0.1
Browse files Browse the repository at this point in the history
Summary: as titled

Reviewed By: yoongyj, stcheng

Differential Revision: D62960011

fbshipit-source-id: cdccbc786e857b514ebbe030cf91628f4ed1ee1f
  • Loading branch information
Li Li (AXP) authored and facebook-github-bot committed Sep 18, 2024
1 parent c1f8144 commit 4c79e87
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.3</version>
<version>20.0.4</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.3";
public static final String USER_AGENT = "fbbizsdk-java-v20.0.4";
};

0 comments on commit 4c79e87

Please sign in to comment.