From 644a19b92836b73308e038e154f00714c5854ef8 Mon Sep 17 00:00:00 2001 From: Yasar icli Date: Wed, 15 Jun 2016 02:06:06 +0300 Subject: [PATCH] Bump 0.0.5 bower and build. --- bower.json | 2 +- dist/livestamp.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 62d4650..99b526f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "react-livestamp", - "version": "0.0.4", + "version": "0.0.5", "homepage": "https://markafoni.github.io/react-livestamp/", "authors": [ "Yasar icli " diff --git a/dist/livestamp.js b/dist/livestamp.js index 64e213d..45846db 100644 --- a/dist/livestamp.js +++ b/dist/livestamp.js @@ -103,7 +103,7 @@ var Livestamp = function (_Component) { return expiredRender(); } - return stampRender(this.state); + return renderStamp(this.state); } }]);