Skip to content

Commit

Permalink
Release v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Reznik committed Feb 23, 2015
1 parent bdf9ab8 commit 1efa1bb
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.6</version>
<version>0.9.7</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.contentful.java:cma-sdk:0.9.6'
compile 'com.contentful.java:cma-sdk:0.9.7'
```

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

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

0 comments on commit 1efa1bb

Please sign in to comment.