Skip to content

Commit

Permalink
Update to Elm 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
deadfoxygrandpa committed Jul 4, 2014
1 parent 06fcff7 commit fd9b72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elm_dependencies.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "version": "0.3.3"
{ "version": "0.3.4"
, "summary": "Unit Testing Support with Element/String outputs."
, "description":
"Unit Testing Framework in the style of HUnit.\u000a\u000aRun Elm Tests, with harnesses for printing reports in the browser or the command-line.\n\nCan be easily integrated with Travis CI. See the github source for details."
Expand All @@ -11,6 +11,6 @@
, "ElmTest.Runner.Element"
, "ElmTest.Runner.String"
]
, "elm-version": "0.12.1"
, "elm-version": "0.12.3"
, "dependencies": {}
}

0 comments on commit fd9b72a

Please sign in to comment.