Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit f08a7c5

Browse files
committed
0.7.0-2 / 2018-05-11
================ * 0.7.0-1 * release from wherever
1 parent 6108c2e commit f08a7c5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/stable/elm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20343,7 +20343,7 @@ var _user$project$Compiler$glueStart = A2(
2034320343
_elm_lang$core$Basics_ops['++'],
2034420344
_user$project$Helpers$ind(0),
2034520345
A2(_elm_lang$core$Basics_ops['++'], 'use Elchemy', '\n'));
20346-
var _user$project$Compiler$version = '0.7.0-0';
20346+
var _user$project$Compiler$version = '0.7.0-2';
2034720347
var _user$project$Compiler$getCode = F2(
2034820348
function (context, statements) {
2034920349
var _p11 = A3(

elchemy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33

4-
version="0.7.0-0"
4+
version="0.7.0-2"
55
set -e
66

77
VERBOSE=false

elchemy-core

mix.exs

Lines changed: 3 additions & 3 deletions
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.7.0-0",
8+
version: "0.7.0-2",
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.7.0-0"}
38+
# {:my_dep, "~> 0.7.0-2"}
3939
#
4040
# Or git/path repositories:
4141
#
42-
# {:my_dep, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.7.0-0"}
42+
# {:my_dep, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.7.0-2"}
4343
#
4444
# Type "mix help deps" for more examples and options
4545
defp deps do

src/Compiler.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Regex exposing (Regex, HowMany(..), regex)
2121
-}
2222
version : String
2323
version =
24-
"0.7.0-0"
24+
"0.7.0-2"
2525

2626

2727
glueStart : String

0 commit comments

Comments
 (0)