We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11e279 commit acbba8eCopy full SHA for acbba8e
2 files changed
client/src/main/com/sinch/sdk/SDK.java
@@ -3,6 +3,6 @@
3
public class SDK {
4
5
public static final String NAME = "Sinch Java SDK";
6
- public static final String VERSION = "1.5.0-dev";
+ public static final String VERSION = "1.5.1-dev";
7
public static final String AUXILIARY_FLAG = "";
8
}
pom.xml
@@ -4,7 +4,7 @@
<groupId>com.sinch.sdk</groupId>
<artifactId>sinch-sdk-java</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
9
<name>Sinch Java SDK</name>
10
<description>
0 commit comments