From 2923776f7bbfa099e0b794e2daa44bc425a3fda1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 4 Dec 2025 10:12:25 +0000 Subject: [PATCH] release - bump to v1.1.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a0e99e..bbe57dc 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Tile.encode(tile) ```elixir def deps do [ - {:vector_tile, "~> 0.1.0"} + {:vector_tile, "~> 1.1.0"} ] end ``` diff --git a/mix.exs b/mix.exs index bc63a30..6dc8580 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule VectorTile.MixProject do def project do [ app: :vector_tile, - version: "1.0.0", + version: "1.1.0", description: "Implementation of the [Vector Tile Spec](https://github.com/mapbox/vector-tile-spec/tree/master/2.1), version 2.1. This package allows you to efficiently build vector tiles including layers and features with geometry and encode them to