From 0e5fc3d48229f024b18b9cfdfcb68e9b692aee24 Mon Sep 17 00:00:00 2001 From: Bryce Johnston Date: Tue, 14 Aug 2018 08:58:12 -0500 Subject: [PATCH] Bump to 0.2.1 --- lib/geojson2image/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/geojson2image/version.rb b/lib/geojson2image/version.rb index 70f252d..bb62c21 100644 --- a/lib/geojson2image/version.rb +++ b/lib/geojson2image/version.rb @@ -1,3 +1,3 @@ module Geojson2image - VERSION = "0.2.0" + VERSION = "0.2.1" end