diff options
author | Francesco <firefelix@gmail.com> | 2015-12-23 12:21:36 +0100 |
---|---|---|
committer | Francesco <firefelix@gmail.com> | 2015-12-23 12:21:36 +0100 |
commit | ed417db314a084b99357e71847560b0a5d418d66 (patch) | |
tree | bbbce384fe1159e40bfd4a3a45c6ee81f5afba9b | |
parent | 12719f20d6eda289e980727db9c0b74a968f3fa4 (diff) | |
download | react-autosize-textarea-ed417db314a084b99357e71847560b0a5d418d66.zip react-autosize-textarea-ed417db314a084b99357e71847560b0a5d418d66.tar.gz react-autosize-textarea-ed417db314a084b99357e71847560b0a5d418d66.tar.bz2 |
0.2.6v0.2.6
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2f7e7f2..5d312fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-autosize-textarea", - "version": "0.2.5", + "version": "0.2.6", "description": "replacement for built-in textarea which auto resizes itself", "main": "index.js", "scripts": { |