Skip to content

Commit

Permalink
Update information in elm_dependencies.json
Browse files Browse the repository at this point in the history
  • Loading branch information
deadfoxygrandpa committed Mar 27, 2014
1 parent b48f6fb commit be4e23d
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.2.3"
{ "version": "0.2.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.11"
, "elm-version": "0.12"
, "dependencies": {}
}

0 comments on commit be4e23d

Please sign in to comment.