Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivkos committed Jul 21, 2017
1 parent e62c4f8 commit 38e305f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.ivkos</groupId>
<artifactId>gpsd4j</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Expand All @@ -43,12 +43,12 @@ allprojects {
**Step 2.** Add the dependency:
```
dependencies {
compile 'com.ivkos:gpsd4j:1.0.0'
compile 'com.ivkos:gpsd4j:1.1.0'
}
```

## Documentation
Javadocs can be found [here](https://jitpack.io/com/ivkos/gpsd4j/1.0.0/javadoc/).
Javadocs can be found [here](https://jitpack.io/com/ivkos/gpsd4j/1.1.0/javadoc/).

## Quick Start
> An example is worth a thousand pages of Javadocs.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.ivkos</groupId>
<artifactId>gpsd4j</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<name>gpsd4j</name>
Expand Down

0 comments on commit 38e305f

Please sign in to comment.