Skip to content

Commit

Permalink
Release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Reznik committed Nov 29, 2014
1 parent c6fcd25 commit 03532fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Grab via Maven:
<dependency>
<groupId>com.contentful.java</groupId>
<artifactId>cma-sdk</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.contentful.java:cma-sdk:0.9.2'
compile 'com.contentful.java:cma-sdk:0.9.3'
```

The SDK requires at minimum Java 6 or Android 2.3.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.contentful.java</groupId>
<artifactId>cma-sdk</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>jar</packaging>

<name>cma-sdk</name>
Expand Down

0 comments on commit 03532fb

Please sign in to comment.