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",