From 56324bf699063d36be55e193eed5f5f1d536eca3 Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Sun, 29 Dec 2013 15:35:26 -0800 Subject: [PATCH] Update version numbers for standard library --- libraries/elm_dependencies.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/elm_dependencies.json b/libraries/elm_dependencies.json index 1153d15..a99b17b 100644 --- a/libraries/elm_dependencies.json +++ b/libraries/elm_dependencies.json @@ -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" ] -} \ No newline at end of file +}