We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd7ca9 commit 6fbdccfCopy full SHA for 6fbdccf
README.md
@@ -47,7 +47,7 @@ Tile.encode(tile)
47
```elixir
48
def deps do
49
[
50
- {:vector_tile, "~> 0.1.0"}
+ {:vector_tile, "~> 1.1.0"}
51
]
52
end
53
```
mix.exs
@@ -6,7 +6,7 @@ defmodule VectorTile.MixProject do
6
def project do
7
8
app: :vector_tile,
9
- version: "1.0.0",
+ version: "1.1.0",
10
description:
11
"Implementation of the [Vector Tile Spec](https://github.com/mapbox/vector-tile-spec/tree/master/2.1), version 2.1. This
12
package allows you to efficiently build vector tiles including layers and features with geometry and encode them to
0 commit comments