Skip to content

Commit

Permalink
1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
halset committed Sep 18, 2018
1 parent 51ae3d6 commit 776242c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ byte[] encoded = encoder.encode();
<dependency>
<groupId>no.ecc.vectortile</groupId>
<artifactId>java-vector-tile</artifactId>
<version>1.3.2</version>
<version>1.3.3</version>
</dependency>
```

Expand All @@ -51,7 +51,7 @@ byte[] encoded = encoder.encode();
<dependency>
<groupId>no.ecc.vectortile</groupId>
<artifactId>java-vector-tile</artifactId>
<version>1.2.2</version>
<version>1.2.3</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.2</version>
<version>1.3.3</version>
<name>java-vector-tile</name>
<url>http://maven.apache.org</url>

Expand Down

0 comments on commit 776242c

Please sign in to comment.