Skip to content

Commit

Permalink
Welcome 5.1.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Oct 2, 2019
1 parent 75d73e1 commit 5fede58
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prettyVersion :: String
prettyVersion = "Mulang Release " ++ version ++ ", compiled on " ++ compilationTimestamp

version :: String
version = "5.0.0"
version = "5.1.0"

compilationTimestamp :: String
compilationTimestamp = __DATE__ ++ " " ++ __TIME__
4 changes: 2 additions & 2 deletions gem/lib/mulang/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Mulang
VERSION = "5.0.0"
MULANG_VERSION = "5.0.0"
VERSION = "5.1.0"
MULANG_VERSION = "5.1.0"
end
2 changes: 1 addition & 1 deletion ghcjslib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mulang",
"version": "5.0.0",
"version": "5.1.0",
"description": "An intermediate language designed to perform advanced code analysis",
"main": "build/mulang.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion mulang.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mulang
version: 5.0.0
version: 5.1.0
synopsis: An intermediate language designed to perform advanced code analysis
description: Mulang is an intermediate language, a combinators library for static code analysis and a multilanguage comand line tool
license: GPL-3.0
Expand Down

0 comments on commit 5fede58

Please sign in to comment.