diff --git a/elchemy b/elchemy index 9a481df..c9ba4ae 100755 --- a/elchemy +++ b/elchemy @@ -1,6 +1,6 @@ #!/bin/bash -version="0.4.44" +version="0.4.45" function create_file { local file=$1 diff --git a/elchemy-core b/elchemy-core index 74eed13..f66560e 160000 --- a/elchemy-core +++ b/elchemy-core @@ -1 +1 @@ -Subproject commit 74eed136ed200272e483a778cf33c66fd44dcd0c +Subproject commit f66560e82060821b6777e531f7852948e8d98255 diff --git a/mix.exs b/mix.exs index 736d2df..4e7f2d4 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Elchemy.Mixfile do [app: :elchemy, name: "Elchemy Compiler", description: "Mix compiler wrapper around Elchemy project", - version: "0.4.44", + version: "0.4.45", elixir: "~> 1.4", description: "", package: package(), @@ -35,11 +35,11 @@ defmodule Elchemy.Mixfile do # Dependencies can be Hex packages: # - # {:my_dep, "~> 0.4.44"} + # {:my_dep, "~> 0.4.45"} # # Or git/path repositories: # - # {:my_dep, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.4.44"} + # {:my_dep, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.4.45"} # # Type "mix help deps" for more examples and options defp deps do diff --git a/src/Compiler.elm b/src/Compiler.elm index fd1166a..9e8b105 100644 --- a/src/Compiler.elm +++ b/src/Compiler.elm @@ -20,7 +20,7 @@ import Regex exposing (Regex, HowMany(..), regex) -} version : String version = - "0.4.44" + "0.4.45" glueStart : String diff --git a/stable/elm.js b/stable/elm.js index f374902..e83d22d 100644 --- a/stable/elm.js +++ b/stable/elm.js @@ -17816,7 +17816,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.44'; +var _user$project$Compiler$version = '0.4.45'; var _user$project$Compiler$getCode = F2( function (context, statements) { return A2(