From c7187904f45b45842f26a20103dbc0a64fbf735f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szikszai=20Guszt=C3=A1v?= Date: Wed, 30 Nov 2016 14:27:28 +0100 Subject: [PATCH] Bump to 0.4.3. --- elm-package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elm-package.json b/elm-package.json index 3ed8817..d3066bb 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,5 +1,5 @@ { - "version": "0.4.2", + "version": "0.4.3", "summary": "UI Library in ELM", "repository": "https://github.com/gdotdesign/elm-ui.git", "license": "BSD-2-Clause", diff --git a/package.json b/package.json index a0ccb8f..da7c8ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elm-ui", - "version": "0.4.2", + "version": "0.4.3", "description": "UI Libary in Elm", "scripts": { "start": "bin/index.js server",