Skip to content

Commit ceb99fa

Browse files
committed
Updaate new version to fix readme conflict
1 parent c0e0c1b commit ceb99fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var TextTruncate = require('react-text-truncate'); // CommonJS or UMD
2727

2828

2929
## Changelog
30-
* 0.3.6 Support CommonJS and UMD module loader
30+
* 0.3.7 Support CommonJS and UMD module loader
3131
* 0.3.5 Fix window resize issue
3232
* 0.3.4 supports Babel6
3333
* 0.2.0 supoorts React 0.14

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-text-truncate",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "Truncate text for React.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)