From 1176c99e9e3d8eedc652777e660347115b3c35e2 Mon Sep 17 00:00:00 2001 From: Jason Axelson Date: Sun, 5 May 2024 08:14:12 -1000 Subject: [PATCH] Bump version to 0.4.1 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 412a12b..69e94f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [0.4.1] - 2024-05-05 + +No longer refuse to start when run when `Mix.env() == :dev` + ## [0.4.0] - 2024-04-06 Fix compilation warnings diff --git a/mix.exs b/mix.exs index ffaba42..ce8e611 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ExSync.Mixfile do use Mix.Project @source_url "https://github.com/falood/exsync" - @version "0.4.0" + @version "0.4.1" def project do [