Skip to content

Commit

Permalink
build : V1.3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JPPortier committed Sep 30, 2024
1 parent 476fffb commit 728dff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/main/com/sinch/sdk/SDK.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
public class SDK {

public static final String NAME = "Sinch Java SDK";
public static final String VERSION = "1.4.0-dev";
public static final String VERSION = "1.3.0-dev";
public static final String AUXILIARY_FLAG = "";
}
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.sinch.sdk</groupId>
<artifactId>sinch-sdk-java</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

<name>Sinch Java SDK</name>
<description>
Expand Down

0 comments on commit 728dff6

Please sign in to comment.