From 4370ef7fec261ea61c3e834ab57d9b29957ad0bb Mon Sep 17 00:00:00 2001 From: Andrew Forward Date: Sun, 17 May 2020 12:36:20 -0400 Subject: [PATCH] v0.11.4 --- README.md | 4 ++-- mix.exs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1e9269..adc7d6c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ versionning](http://semver.org/), [Spec-ulation from Rich Hickey](https://www.yo ```elixir @deps [ - {:version_tasks, "~> 0.11.3"} + {:version_tasks, "~> 0.11.4"} ] ``` @@ -159,7 +159,7 @@ alternative to mix new. [A video explaining mix gen and mix template](https://p And your `README.md` SHOULD HAVE an installation section as follows: @deps [ - {:your_app_name, "~> 0.11.3"} # <-- that's the important line to have + {:your_app_name, "~> 0.11.4"} # <-- that's the important line to have ] ### Git Interaction Tasks diff --git a/mix.exs b/mix.exs index 6be48b8..b344814 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule VersionTasks.Mixfile do @app :version_tasks @git_url "https://github.com/aforward/version_tasks" @home_url @git_url - @version "0.11.3" + @version "0.11.4" @deps [ {:mix_test_watch, "~> 0.3", only: :dev, runtime: false},