Skip to content

Commit

Permalink
Welcome 6.0.8!
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Jan 6, 2022
1 parent 1c05289 commit adf3719
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.7"
version = "6.0.8"

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.7
MULANG_VERSION=6.0.8
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.7"
MULANG_VERSION = "6.0.7"
VERSION = "6.0.8"
MULANG_VERSION = "6.0.8"
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.7"
MULANG_VERSION = "6.0.7"
VERSION = "6.0.8"
MULANG_VERSION = "6.0.8"
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": "6.0.7",
"version": "6.0.8",
"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.7
version: 6.0.8
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 adf3719

Please sign in to comment.