Skip to content

Commit 6fbdccf

Browse files
github-actionsiStefo
authored andcommitted
release - bump to v1.1.0
1 parent 2bd7ca9 commit 6fbdccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Tile.encode(tile)
4747
```elixir
4848
def deps do
4949
[
50-
{:vector_tile, "~> 0.1.0"}
50+
{:vector_tile, "~> 1.1.0"}
5151
]
5252
end
5353
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule VectorTile.MixProject do
66
def project do
77
[
88
app: :vector_tile,
9-
version: "1.0.0",
9+
version: "1.1.0",
1010
description:
1111
"Implementation of the [Vector Tile Spec](https://github.com/mapbox/vector-tile-spec/tree/master/2.1), version 2.1. This
1212
package allows you to efficiently build vector tiles including layers and features with geometry and encode them to

0 commit comments

Comments
 (0)