Skip to content

Commit

Permalink
Updated readme for version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
caarmen committed Dec 31, 2016
1 parent 5ba6787 commit 557eaea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ maven { url "https://dl.bintray.com/caarmen/maven/" }

Declare the dependency:
```
compile 'ca.rmen:lib-sunrise-sunset:1.0.2'
compile 'ca.rmen:lib-sunrise-sunset:1.0.3'
```
Maven:
------
Expand All @@ -40,7 +40,7 @@ Declare the dependency:
<dependency>
<groupId>ca.rmen</groupId>
<artifactId>lib-sunrise-sunset</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<scope>compile</scope>
</dependency>
```
Expand Down

0 comments on commit 557eaea

Please sign in to comment.