Skip to content

Commit

Permalink
0.7.4 / 2018-05-24
Browse files Browse the repository at this point in the history
================

  * Elchemy-core update
  • Loading branch information
wende committed May 24, 2018
1 parent da68826 commit 9fd2f3b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/stable/elm.js
Original file line number Diff line number Diff line change
Expand Up @@ -20327,7 +20327,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.7.3';
var _user$project$Compiler$version = '0.7.4';
var _user$project$Compiler$getCode = F2(
function (context, statements) {
var _p11 = A3(
Expand Down
2 changes: 1 addition & 1 deletion elchemy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash


version="0.7.3"
version="0.7.4"
set -e

VERBOSE=false
Expand Down
2 changes: 1 addition & 1 deletion elchemy-core
Submodule elchemy-core updated 1 files
+3 −3 mix.exs
2 changes: 1 addition & 1 deletion 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.7.3",
version: "0.7.4",
elixir: "~> 1.4",
description: "",
package: package(),
Expand Down
2 changes: 1 addition & 1 deletion src/Compiler.elm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Regex exposing (Regex, HowMany(..), regex)
-}
version : String
version =
"0.7.3"
"0.7.4"


glueStart : String
Expand Down

0 comments on commit 9fd2f3b

Please sign in to comment.