Skip to content

Commit

Permalink
Release 0.4.41
Browse files Browse the repository at this point in the history
  • Loading branch information
wende committed Sep 15, 2017
1 parent 384878e commit a1626dd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion elchemy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version="0.4.40"
version="0.4.41"

function create_file {
local file=$1
Expand Down
2 changes: 1 addition & 1 deletion elchemy-core
Submodule elchemy-core updated 1 files
+3 −3 mix.exs
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Elchemy.Mixfile do
[app: :elchemy,
name: "Elchemy Compiler",
description: "Mix compiler wrapper around Elchemy project",
version: "0.4.40",
version: "0.4.41",
elixir: "~> 1.4",
description: "",
package: package(),
Expand Down Expand Up @@ -35,11 +35,11 @@ defmodule Elchemy.Mixfile do

# Dependencies can be Hex packages:
#
# {:my_dep, "~> 0.4.40"}
# {:my_dep, "~> 0.4.41"}
#
# Or git/path repositories:
#
# {:my_dep, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.4.40"}
# {:my_dep, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.4.41"}
#
# Type "mix help deps" for more examples and options
defp deps do
Expand Down
2 changes: 1 addition & 1 deletion src/Compiler.elm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Regex exposing (Regex, HowMany(..), regex)
-}
version : String
version =
"0.4.40"
"0.4.41"


glueStart : String
Expand Down

0 comments on commit a1626dd

Please sign in to comment.