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

Commit 2817350

Browse files
committed
0.8.5 / 2019-04-01
================ * npmrc for no v in version
1 parent f8e7a06 commit 2817350

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/styles/atom-one-dark.min.css" />
1818
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
1919
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700" rel="stylesheet" />
20-
<link href="static/css/main.198a2734.css" rel="stylesheet"></head>
20+
<link href="static/css/main.8edda3dd.css" rel="stylesheet"></head>
2121

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

179179
</html>

docs/stable/elm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20578,7 +20578,7 @@ var _user$project$Elchemy_Compiler$glueStart = A2(
2057820578
_elm_lang$core$Basics_ops['++'],
2057920579
_user$project$Elchemy_Helpers$ind(0),
2058020580
A2(_elm_lang$core$Basics_ops['++'], 'use Elchemy', '\n'));
20581-
var _user$project$Elchemy_Compiler$version = '0.8.4';
20581+
var _user$project$Elchemy_Compiler$version = '0.8.5';
2058220582
var _user$project$Elchemy_Compiler$getCode = F2(
2058320583
function (context, statements) {
2058420584
var _p11 = A3(
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8.4"
4+
version="0.8.5"
55

66
if ! $(elm -v 2> /dev/null | grep 0.18 > /dev/null ); then
77
echo "Elchemy requires elm 0.18. Install it and make sure it's available system-wide."

elchemy-core

mix.exs

Lines changed: 1 addition & 1 deletion
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.8.4",
8+
version: "0.8.5",
99
elixir: "~> 1.4",
1010
description: "",
1111
package: package(),

src/Elchemy/Compiler.elm

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

2626

2727
glueStart : String

0 commit comments

Comments
 (0)