Update version numbers for standard library

This commit is contained in:
Evan Czaplicki 2013-12-29 15:35:26 -08:00
parent 5b7f442584
commit 56324bf699

View file

@ -1,9 +1,9 @@
{ "version": "0.10.0.2"
{ "version": "0.10.1"
, "summary": "Elm's standard libraries"
, "description": "The full set of standard libraries for Elm. This library is pegged to the version number of the compiler, so if you are using Elm 0.11, you should be using version 0.11 of the standard libraries."
, "description": "The full set of standard libraries for Elm. This library is pegged to the version number of the compiler, so if you are using Elm 0.10.1, you should be using version 0.10.1 of the standard libraries."
, "license": "BSD3"
, "repository": "http://github.com/evancz/Elm.git"
, "elm-version": "0.10.0.2"
, "elm-version": "0.10.1"
, "dependencies": {}
, "exposed-modules":
[ "Basics"
@ -36,4 +36,4 @@
, "WebSocket"
, "Window"
]
}
}