Skip to content

Commit 1629259

Browse files
committed
Release 0.4.47
1 parent 16551bf commit 1629259

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.45"
3+
version="0.4.47"
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.45",
8+
version: "0.4.47",
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.45"}
38+
# {:my_dep, "~> 0.4.47"}
3939
#
4040
# Or git/path repositories:
4141
#
42-
# {:my_dep, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.4.45"}
42+
# {:my_dep, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.4.47"}
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.45"
23+
"0.4.47"
2424

2525

2626
glueStart : String

stable/elm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18204,7 +18204,7 @@ var _user$project$Compiler$glueStart = A2(
1820418204
_elm_lang$core$Basics_ops['++'],
1820518205
_user$project$Helpers$ind(0),
1820618206
A2(_elm_lang$core$Basics_ops['++'], 'use Elchemy', '\n'));
18207-
var _user$project$Compiler$version = '0.4.45';
18207+
var _user$project$Compiler$version = '0.4.47';
1820818208
var _user$project$Compiler$getCode = F2(
1820918209
function (context, statements) {
1821018210
var makeExcept = F2(

0 commit comments

Comments
 (0)