Bump to 0.1.1.

This commit is contained in:
James Harton 2016-09-05 19:33:22 +12:00
parent d208280591
commit 59ea3c6f6a

View file

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