From dada1ccd010953864eae1947c823c41e237fc02e Mon Sep 17 00:00:00 2001 From: Andrew Forward Date: Sat, 21 Oct 2017 11:22:58 -0400 Subject: [PATCH] v0.10.26 --- README.md | 4 ++-- mix.exs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f992b79..5700d3b 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.10.25"} + {:version_tasks, "~> 0.10.26"} ] ``` @@ -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.10.25"} # <-- that's the important line to have + {:your_app_name, "~> 0.10.26"} # <-- that's the important line to have ] ### Git Interaction Tasks diff --git a/mix.exs b/mix.exs index 72779a1..37effac 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.10.25" + @version "0.10.26" @deps [ {:mix_test_watch, "~> 0.3", only: :dev, runtime: false},