Skip to content

Commit 12dca50

Browse files
author
Krzysztof Wende
committed
Release 0.4.18
1 parent e80dfc7 commit 12dca50

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

elchemy

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ case "$1" in
3232
init)
3333
if [ -a ./mix.exs ]
3434
then
35-
mix archive.install https://github.com/wende/elchemy/releases/download/0.4.17/elchemy-0.4.17.ez
35+
mix archive.install https://github.com/wende/elchemy/releases/download/0.4.18/elchemy-0.4.18.ez
3636
mkdir -p elm
3737
cp $SOURCE_DIR/templates/elm-package.json ./
3838
cp $SOURCE_DIR/templates/Hello.elm ./elm/

elchemy-core

src/Compiler.elm

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Regex exposing (..)
2121
-}
2222
version : String
2323
version =
24-
"0.4.17"
24+
"0.4.18"
2525

2626

2727
glueStart : String

stable/elm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17636,7 +17636,7 @@ var _user$project$Compiler$glueStart = A2(
1763617636
_elm_lang$core$Basics_ops['++'],
1763717637
_user$project$Helpers$ind(0),
1763817638
A2(_elm_lang$core$Basics_ops['++'], 'use Elchemy', '\n'));
17639-
var _user$project$Compiler$version = '0.4.17';
17639+
var _user$project$Compiler$version = '0.4.18';
1764017640
var _user$project$Compiler$getCode = F2(
1764117641
function (context, statements) {
1764217642
return A2(

0 commit comments

Comments
 (0)