Skip to content

Commit

Permalink
Bump 0.0.5 bower and build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasar icli committed Jun 14, 2016
1 parent 8ecbd30 commit 644a19b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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 <yasar.icli@markafoni.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/livestamp.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ var Livestamp = function (_Component) {
return expiredRender();
}

return stampRender(this.state);
return renderStamp(this.state);
}
}]);

Expand Down

0 comments on commit 644a19b

Please sign in to comment.