From 59ea3c6f6aad7827514c710114ce46561656a973 Mon Sep 17 00:00:00 2001 From: James Harton Date: Mon, 5 Sep 2016 19:33:22 +1200 Subject: [PATCH] Bump to 0.1.1. --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 1c6e833..132879d 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule LexLuthor.Mixfile do def project do [app: :lex_luthor, - version: "0.1.0", + version: "0.1.1", elixir: "~> 1.0", description: "LexLuthor is a Lexer in Elixir (say that 10 times fast) which uses macros to generate a reusable lexers. Good times.", source_url: "https://github.com/jamesotron/lex_luthor",