Skip to content

Commit

Permalink
Welcome 6.11.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Apr 5, 2023
1 parent cb49ab3 commit 5e60fa8
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.11.0"
version = "6.11.1"

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.11.0
MULANG_VERSION=6.11.1
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.11.0"
MULANG_VERSION = "6.11.0"
VERSION = "6.11.1"
MULANG_VERSION = "6.11.1"
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.11.0"
MULANG_VERSION = "6.11.0"
VERSION = "6.11.1"
MULANG_VERSION = "6.11.1"
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.11.0",
"version": "6.11.1",
"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.11.0
version: 6.11.1
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 5e60fa8

Please sign in to comment.