Skip to content

Commit b912c77

Browse files
committed
1 parent f778c97 commit b912c77

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

frameworks/keyed/elm/elm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"source-directories": [
44
"src"
55
],
6-
"elm-version": "0.19.0",
6+
"elm-version": "0.19.1",
77
"dependencies": {
88
"direct": {
99
"elm/browser": "1.0.0",

frameworks/keyed/elm/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Elm v0.19.0</title>
5+
<title>Elm</title>
66
<link href="/css/currentStyle.css" rel="stylesheet"/>
77
</head>
88
<body>

frameworks/keyed/elm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/krausest/js-framework-benchmark.git"
2121
},
2222
"devDependencies": {
23-
"elm": "0.19.0-bugfix2",
23+
"elm": "0.19.1-3",
2424
"uglify-js": "3.4.8"
2525
}
2626
}

frameworks/keyed/elm/src/Main.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jumbotron =
202202
[ class "row" ]
203203
[ div
204204
[ class "col-md-6" ]
205-
[ h1 [] [ text "Elm 0.19.0 (keyed)" ] ]
205+
[ h1 [] [ text "Elm" ] ]
206206
, div
207207
[ class "col-md-6" ]
208208
(List.map btnPrimaryBlock buttons)

frameworks/non-keyed/elm/elm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"source-directories": [
44
"src"
55
],
6-
"elm-version": "0.19.0",
6+
"elm-version": "0.19.1",
77
"dependencies": {
88
"direct": {
99
"elm/browser": "1.0.0",

frameworks/non-keyed/elm/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Elm v0.19.0</title>
5+
<title>Elm</title>
66
<link href="/css/currentStyle.css" rel="stylesheet"/>
77
</head>
88
<body>

frameworks/non-keyed/elm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/krausest/js-framework-benchmark.git"
2121
},
2222
"devDependencies": {
23-
"elm": "0.19.0-bugfix2",
23+
"elm": "0.19.1-3",
2424
"uglify-js": "3.4.8"
2525
}
2626
}

frameworks/non-keyed/elm/src/Main.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jumbotron =
196196
[ class "row" ]
197197
[ div
198198
[ class "col-md-6" ]
199-
[ h1 [] [ text "Elm 0.19.0 (non-keyed)" ] ]
199+
[ h1 [] [ text "Elm (non-keyed)" ] ]
200200
, div
201201
[ class "col-md-6" ]
202202
(List.map btnPrimaryBlock buttons)

0 commit comments

Comments
 (0)