From 468648d976bfa301bbaacbe6c00a65a54333f72f Mon Sep 17 00:00:00 2001 From: Cristian Douce Date: Thu, 24 Oct 2013 15:05:56 -0300 Subject: [PATCH] Release 0.0.2 --- History.md | 8 ++++++++ component.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index fd5b6f5..5932182 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,12 @@ +0.0.2 / 2013-10-24 +================== + + * Remove usage to support old browsers + * Coding Style change + * update README.md + * update component.json + 0.0.1 / 2013-05-02 ================== diff --git a/component.json b/component.json index 6c29ca6..e391f5c 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "loading-lock", "repo": "cristiandouce/loading-lock", "description": "Loading lock component.", - "version": "0.0.1", + "version": "0.0.2", "keywords": ["loading", "lock", "spin", "spinner", "UI"], "dependencies": { "component/spin": "*",