Skip to content

Commit 15e2cfc

Browse files
Auto-detect content type while uploading asset
1 parent dd93b60 commit 15e2cfc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>cms</artifactId>
88
<packaging>jar</packaging>
99
<name>contentstack-management-java</name>
10-
<version>1.3.0</version>
10+
<version>1.3.1</version>
1111
<description>Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an
1212
API-first approach
1313
</description>

‎src/main/java/com/contentstack/cms/core/Util.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Util {
1818
// The line `public static final String SDK_VERSION = "1.3.0";`
1919
// named `SDK_VERSION` of type `String`. The value of this constant is set to
2020
// "1.2.0".
21-
public static final String SDK_VERSION = "1.3.0";
21+
public static final String SDK_VERSION = "1.3.1";
2222

2323
static final String PRIVATE_CONSTRUCTOR = "private constructor can't be accessed outside the class";
2424
public static final Boolean RETRY_ON_FAILURE = true;

0 commit comments

Comments
 (0)