Skip to content

Commit

Permalink
Change latest version in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
pardom committed Dec 18, 2014
1 parent 1b5337d commit 5443c91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,19 @@ Grab via Maven:
<dependency>
<groupId>com.michaelpardo</groupId>
<artifactId>ollie</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
<dependency>
<groupId>com.michaelpardo</groupId>
<artifactId>ollie-compiler</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<optional>true</optional>
</dependency>
```
or Gradle:
```groovy
compile 'com.michaelpardo:ollie:0.3.0'
provided 'com.michaelpardo:ollie-compiler:0.3.0'
compile 'com.michaelpardo:ollie:0.3.1'
provided 'com.michaelpardo:ollie-compiler:0.3.1'
```

Latest snapshot: 0.3.1-SNAPSHOT
Expand Down

0 comments on commit 5443c91

Please sign in to comment.