Skip to content

Commit

Permalink
Update Garum version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
operando committed Apr 12, 2015
1 parent b5c28d7 commit 388c28d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ Please refer to the Wiki.
<dependency>
<groupId>com.github.operando</groupId>
<artifactId>garum</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
```

or Gradle:
```groovy
compile 'com.github.operando:garum:0.0.2'
compile 'com.github.operando:garum:0.0.3'
```

## License
Expand Down
2 changes: 1 addition & 1 deletion garum/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.github.operando</groupId>
<artifactId>garum-parent</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.github.operando</groupId>
<artifactId>garum-parent</artifactId>
<packaging>pom</packaging>
<version>0.0.2</version>
<version>0.0.3</version>

<name>Garum</name>
<description>Annotation style SharedPreferences</description>
Expand Down

0 comments on commit 388c28d

Please sign in to comment.