Skip to content

Commit a98a5b5

Browse files
committed
Release 0.4.40
1 parent a957c0f commit a98a5b5

File tree

5 files changed

+2958
-3070
lines changed

5 files changed

+2958
-3070
lines changed

elchemy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
version="0.4.39"
3+
version="0.4.40"
44

55
function create_file {
66
local file=$1

elchemy-core

mix.exs

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Elchemy.Mixfile do
55
[app: :elchemy,
66
name: "Elchemy Compiler",
77
description: "Mix compiler wrapper around Elchemy project",
8-
version: "0.4.39",
8+
version: "0.4.40",
99
elixir: "~> 1.4",
1010
description: "",
1111
package: package(),
@@ -35,11 +35,11 @@ defmodule Elchemy.Mixfile do
3535

3636
# Dependencies can be Hex packages:
3737
#
38-
# {:my_dep, "~> 0.4.39"}
38+
# {:my_dep, "~> 0.4.40"}
3939
#
4040
# Or git/path repositories:
4141
#
42-
# {:my_dep, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.4.39"}
42+
# {:my_dep, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.4.40"}
4343
#
4444
# Type "mix help deps" for more examples and options
4545
defp deps do

src/Compiler.elm

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import Regex exposing (Regex, HowMany(..), regex)
2020
-}
2121
version : String
2222
version =
23-
"0.4.39"
23+
"0.4.40"
2424

2525

2626
glueStart : String

0 commit comments

Comments
 (0)