Skip to content

Commit

Permalink
Release 0.4.29
Browse files Browse the repository at this point in the history
  • Loading branch information
wende committed Aug 20, 2017
1 parent 684a95b commit 79399ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion elchemy
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ case "$1" in
init)
if [ -a ./mix.exs ]
then
mix archive.install https://github.com/wende/elchemy/releases/download/0.4.28/elchemy-0.4.28.ez
mix archive.install https://github.com/wende/elchemy/releases/download/0.4.29/elchemy-0.4.29.ez
mkdir -p elm
cp $SOURCE_DIR/templates/elm-package.json ./
cp $SOURCE_DIR/templates/Hello.elm ./elm/
Expand Down
2 changes: 1 addition & 1 deletion elchemy-core
Submodule elchemy-core updated 1 files
+3 −3 mix.exs
2 changes: 1 addition & 1 deletion src/Compiler.elm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Regex exposing (..)
-}
version : String
version =
"0.4.28"
"0.4.29"


glueStart : String
Expand Down
2 changes: 1 addition & 1 deletion stable/elm.js
Original file line number Diff line number Diff line change
Expand Up @@ -17636,7 +17636,7 @@ var _user$project$Compiler$glueStart = A2(
_elm_lang$core$Basics_ops['++'],
_user$project$Helpers$ind(0),
A2(_elm_lang$core$Basics_ops['++'], 'use Elchemy', '\n'));
var _user$project$Compiler$version = '0.4.28';
var _user$project$Compiler$version = '0.4.29';
var _user$project$Compiler$getCode = F2(
function (context, statements) {
return A2(
Expand Down

0 comments on commit 79399ce

Please sign in to comment.