Skip to content

Commit

Permalink
Bumping to 0.0.5 to support React 0.14+ and 0.15+
Browse files Browse the repository at this point in the history
  • Loading branch information
blackjk3 committed May 4, 2016
1 parent c929f5b commit c5e141a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![npm package](https://img.shields.io/badge/npm-0.0.4-orange.svg?style=flat-square)](https://www.npmjs.com/package/react-signature-pad)
[![npm package](https://img.shields.io/badge/npm-0.0.5-orange.svg?style=flat-square)](https://www.npmjs.com/package/react-signature-pad)

# React Signature Pad
A [signature pad](https://github.com/szimek/signature_pad) implementation for react.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-signature-pad",
"version": "0.0.4",
"version": "0.0.5",
"description": "A signature pad implementation for react.",
"main": "lib/app.js",
"scripts": {
Expand Down

0 comments on commit c5e141a

Please sign in to comment.