Skip to content

Commit

Permalink
Release v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Reznik committed Dec 22, 2014
1 parent a0785d5 commit f3af016
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.5</version>
<version>0.9.6</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.contentful.java:cma-sdk:0.9.5'
compile 'com.contentful.java:cma-sdk:0.9.6'
```

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.6-SNAPSHOT</version>
<version>0.9.6</version>
<packaging>jar</packaging>

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

0 comments on commit f3af016

Please sign in to comment.