Skip to content

Commit

Permalink
Welcome 6.0.4!
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Feb 4, 2021
1 parent df80ecf commit 5ab96f5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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 = "6.0.3"
version = "6.0.4"

compilationTimestamp :: String
compilationTimestamp = __DATE__ ++ " " ++ __TIME__
2 changes: 1 addition & 1 deletion docs/devinit
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rm -rf ${DOCSDIR}/themes/cinder/

echo "[Mulang::Docs] Installing mulang.js..."
MULANG_TMPFILE=mulang.js.zip
MULANG_VERSION=6.0.3
MULANG_VERSION=6.0.4
wget https://github.com/mumuki/mulang/releases/download/v${MULANG_VERSION}/mulang.js.zip -O ${MULANG_TMPFILE}
unzip -d ${DOCSDIR}/js ${MULANG_TMPFILE}
rm ${MULANG_TMPFILE}
Expand Down
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 = "6.0.3"
MULANG_VERSION = "6.0.3"
VERSION = "6.0.4"
MULANG_VERSION = "6.0.4"
end
4 changes: 2 additions & 2 deletions ghcjslib/gem/lib/mulangjs/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module MulangJs
VERSION = "6.0.3"
MULANG_VERSION = "6.0.3"
VERSION = "6.0.4"
MULANG_VERSION = "6.0.4"
end
2 changes: 1 addition & 1 deletion ghcjslib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "6.0.3",
"version": "6.0.4",
"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: 6.0.3
version: 6.0.4
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 5ab96f5

Please sign in to comment.