bump to 0.6.2

This commit is contained in:
Yuri Astrakhan 2022-12-13 20:14:07 -05:00
parent 46e409dd1a
commit 126005bea0
4 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
set -e
if ! command -v just > /dev/null; then
echo "`just` is not installed. See https://github.com/casey/just#readme for installation instructions, or just run"
echo "`just` is not installed. See https://github.com/casey/just#readme for installation instructions, or use"
echo ""
echo " cargo install just"
echo ""

View File

@ -3,7 +3,7 @@ members = ["martin-tile-utils"]
[package]
name = "martin"
version = "0.6.1"
version = "0.6.2"
edition = "2021"
authors = ["Stepan Kuzmin <to.stepan.kuzmin@gmail.com>", "Yuri Astrakhan <YuriAstrakhan@gmail.com>", "MapLibre contributors"]
description = "Blazing fast and lightweight PostGIS vector tile server"

View File

@ -600,7 +600,7 @@ version: '3'
services:
martin:
image: maplibre/martin:v0.6.1
image: maplibre/martin:v0.6.2
restart: unless-stopped
ports:
- "3000:3000"
@ -654,7 +654,7 @@ services:
- martin
martin:
image: maplibre/martin:v0.6.1
image: maplibre/martin:v0.6.2
restart: unless-stopped
environment:
- DATABASE_URL=postgres://postgres:password@db/db

View File

@ -2,7 +2,7 @@ version: "3"
services:
martin:
image: maplibre/martin:v0.6.1
image: maplibre/martin:v0.6.2
restart: unless-stopped
ports:
- "3000:3000"