Skip to content

Commit 187f850

Browse files
committed
0.4.50 / 2017-10-02
=================== 0.4.49 / 2017-10-02 ===================
1 parent 6abf6e5 commit 187f850

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.49"
3+
version="0.4.50"
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.49",
8+
version: "0.4.50",
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.49"}
38+
# {:my_dep, "~> 0.4.50"}
3939
#
4040
# Or git/path repositories:
4141
#
42-
# {:my_dep, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.4.49"}
42+
# {:my_dep, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.4.50"}
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.49"
23+
"0.4.50"
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.49';
18207+
var _user$project$Compiler$version = '0.4.50';
1820818208
var _user$project$Compiler$getCode = F2(
1820918209
function (context, statements) {
1821018210
var makeExcept = F2(

0 commit comments

Comments
 (0)