Skip to content

Commit

Permalink
0.8.7 / 2019-04-01
Browse files Browse the repository at this point in the history
================

  * Core std version updated in init accordingly
  • Loading branch information
wende committed Apr 1, 2019
1 parent 5386000 commit 232737c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/styles/atom-one-dark.min.css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700" rel="stylesheet" />
<link href="static/css/main.8edda3dd.css" rel="stylesheet"></head>
<link href="static/css/main.8f75a586.css" rel="stylesheet"></head>

<body>
<a href="https://github.com/wende/elchemy" class="github-corner" aria-label="View source on Github">
Expand Down Expand Up @@ -174,6 +174,6 @@ <h1>Try online now! (Seriously, just write anything below)</h1>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/elixir.min.js"></script> -->
<!-- <script src="elm.js" crossorigin="anonymous"></script> -->
<!-- <script src="index.js" crossorigin="anonymous"></script> -->
<script type="text/javascript" src="static/js/main.8edda3dd.js"></script></body>
<script type="text/javascript" src="static/js/main.8f75a586.js"></script></body>

</html>
2 changes: 1 addition & 1 deletion docs/stable/elm.js
Original file line number Diff line number Diff line change
Expand Up @@ -20578,7 +20578,7 @@ var _user$project$Elchemy_Compiler$glueStart = A2(
_elm_lang$core$Basics_ops['++'],
_user$project$Elchemy_Helpers$ind(0),
A2(_elm_lang$core$Basics_ops['++'], 'use Elchemy', '\n'));
var _user$project$Elchemy_Compiler$version = '0.8.5';
var _user$project$Elchemy_Compiler$version = '0.8.7';
var _user$project$Elchemy_Compiler$getCode = F2(
function (context, statements) {
var _p11 = A3(
Expand Down
File renamed without changes.

Large diffs are not rendered by default.

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.8.5"
version="0.8.7"

if ! $(elm -v 2> /dev/null | grep 0.18 > /dev/null ); then
echo "Elchemy requires elm 0.18. Install it and make sure it's available system-wide."
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.8.5",
version: "0.8.7",
elixir: "~> 1.4",
description: "",
package: package(),
Expand Down
2 changes: 1 addition & 1 deletion src/Elchemy/Compiler.elm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Regex exposing (HowMany(..), Regex, regex)
-}
version : String
version =
"0.8.5"
"0.8.7"


glueStart : String
Expand Down
2 changes: 1 addition & 1 deletion templates/elm-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"exposed-modules": [],
"dependencies": {
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"wende/elchemy-core": "0.0.0 <= v < 0.9.0"
"wende/elchemy-core": "0.0.0 <= v < 0.8.7"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}

0 comments on commit 232737c

Please sign in to comment.