Skip to content

Commit

Permalink
[update] version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slovnicki committed Nov 18, 2018
1 parent 2c0817b commit 4f79ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ main =
\ | |\n\
\ ____| | ___ __ __\n\
\ | _ \\ |__| _ \\| \\/ |\n\
\ | _/____|____\\_\\__/_| \x1b[32mv1.0.0\n\
\ | _/____|____\\_\\__/_| \x1b[32mv1.1.0\n\
\ \x1b[1;36m|_| \x1b[0mpure λ-calculus interpreter\n\
\ \x1b[1;36m=================================\n") (runInputT defaultSettings (repl [])) where
repl env = do
Expand Down
2 changes: 1 addition & 1 deletion pLam.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pLam
version: 1.0.0
version: 1.1.0
-- synopsis:
-- description:
homepage: https://github.com/sandrolovnicki/pLam#readme
Expand Down

0 comments on commit 4f79ea4

Please sign in to comment.