From 1b98397872ae2864629580dbf4f7b9daf8d2200a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Fri, 22 Aug 2014 04:21:08 +0200 Subject: [PATCH] Bump version to 0.2.1. --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 8ad4d58..85b8b12 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule ExParsec.Mixfile do [name: "ExParsec", description: "A parser combinator library inspired by Parsec.", app: :ex_parsec, - version: "0.2.0", + version: "0.2.1", elixir: "~> 0.15.1", source_url: "https://github.com/alexrp/ex_parsec", homepage_url: "https://hex.pm/packages/ex_parsec",