Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tore Halset <halset@pvv.ntnu.no>
  • Loading branch information
halset committed Jun 28, 2018
1 parent 85f5fbb commit c39a855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ byte[] encoded = encoder.encode();
<dependency>
<groupId>no.ecc.vectortile</groupId>
<artifactId>java-vector-tile</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
```

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>no.ecc.vectortile</groupId>
<artifactId>java-vector-tile</artifactId>
<packaging>jar</packaging>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<name>java-vector-tile</name>
<url>http://maven.apache.org</url>

Expand Down

0 comments on commit c39a855

Please sign in to comment.