Skip to content

Commit

Permalink
0.7.0-2 / 2018-05-11
Browse files Browse the repository at this point in the history
================

  * 0.7.0-1
  * release from wherever
  • Loading branch information
wende committed May 11, 2018
1 parent 6108c2e commit f08a7c5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/stable/elm.js
Original file line number Diff line number Diff line change
Expand Up @@ -20343,7 +20343,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.0-0';
var _user$project$Compiler$version = '0.7.0-2';
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.0-0"
version="0.7.0-2"
set -e

VERBOSE=false
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.7.0-0",
version: "0.7.0-2",
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.7.0-0"}
# {:my_dep, "~> 0.7.0-2"}
#
# Or git/path repositories:
#
# {:my_dep, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.7.0-0"}
# {:my_dep, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.7.0-2"}
#
# 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 @@ -21,7 +21,7 @@ import Regex exposing (Regex, HowMany(..), regex)
-}
version : String
version =
"0.7.0-0"
"0.7.0-2"


glueStart : String
Expand Down

0 comments on commit f08a7c5

Please sign in to comment.