From ba192c4c21223b68fb8799563b663250843e6a47 Mon Sep 17 00:00:00 2001 From: Michael Twomey Date: Tue, 15 Nov 2016 20:25:24 +0000 Subject: [PATCH] Release 2.0.0 Elm 0.18 edition --- CHANGELOG | 3 +++ elm-package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 647d451..d072ce7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +2.0.0 +- Upgrade to Elm 0.18, no changes to API. + 1.0.2 - Slightly improve examples. diff --git a/elm-package.json b/elm-package.json index 8564b78..08542c6 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,5 +1,5 @@ { - "version": "1.0.2", + "version": "2.0.0", "summary": "ELMO-8: A PICO-8 inspired fantasy 8-bit game library implemented in WebGL.", "repository": "https://github.com/micktwomey/elmo-8.git", "license": "MIT",