From d0598d504a83d8329a1f0ee2f21d2bd2ebcf94e3 Mon Sep 17 00:00:00 2001 From: Powell Kinney <628952+pkinney@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:51:09 -0600 Subject: [PATCH] Bump version to 1.4.0 --- config/config.exs | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.exs b/config/config.exs index d17aa77..b99bfb7 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,6 +1,6 @@ # This file is responsible for configuring your application # and its dependencies with the aid of the Mix.Config module. -use Mix.Config +import Config # This configuration is loaded before any dependency and is restricted # to this project. If another project depends on this project, this diff --git a/mix.exs b/mix.exs index dee33c0..668d68c 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Polyline.Mixfile do def project do [ app: :polyline, - version: "1.3.0", + version: "1.4.0", elixir: "~> 1.12", description: description(), package: package(),