Skip to content

Commit fa52c0d

Browse files
Prepare for releasing version 1.0.13
1 parent f7b1c51 commit fa52c0d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cloudinary-core/src/main/java/com/cloudinary/Cloudinary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class Cloudinary {
3030
public final static String AKAMAI_SHARED_CDN = "res.cloudinary.com";
3131
public final static String SHARED_CDN = AKAMAI_SHARED_CDN;
3232

33-
public final static String VERSION = "1.0.12";
33+
public final static String VERSION = "1.0.13";
3434
public final static String USER_AGENT = "cld-java-" + VERSION;
3535

3636
private final Map config = new HashMap();

samples/photo_album/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.cloudinary</groupId>
2525
<artifactId>cloudinary-taglib</artifactId>
26-
<version>1.0.13-SNAPSHOT</version>
26+
<version>1.0.13</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.springframework</groupId>
@@ -139,4 +139,4 @@
139139
</plugin>
140140
</plugins>
141141
</build>
142-
</project>
142+
</project>

samples/photo_album_gae/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.cloudinary</groupId>
4040
<artifactId>cloudinary-taglib</artifactId>
41-
<version>1.0.13-SNAPSHOT</version>
41+
<version>1.0.13</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.springframework</groupId>
@@ -185,4 +185,4 @@
185185
</plugin>
186186
</plugins>
187187
</build>
188-
</project>
188+
</project>

0 commit comments

Comments
 (0)