Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cht8687 committed Jun 19, 2016
1 parent 3ecc355 commit efbf62e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions example/bundle.js
Expand Up @@ -54,7 +54,7 @@
/******/
/******/
/******/ var hotApplyOnUpdate = true;
/******/ var hotCurrentHash = "b9ad9ad86b2d59974020"; // eslint-disable-line no-unused-vars
/******/ var hotCurrentHash = "c5e531f4c71df91e1b29"; // eslint-disable-line no-unused-vars
/******/ var hotCurrentModuleData = {};
/******/ var hotCurrentParents = []; // eslint-disable-line no-unused-vars
/******/
Expand Down Expand Up @@ -599,7 +599,6 @@
_createClass(App, [{
key: 'render',
value: function render() {

return _react2.default.createElement(
'div',
null,
Expand Down
2 changes: 1 addition & 1 deletion example/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -5,7 +5,7 @@ var shell = require('gulp-shell');
var gulptil = require('gulp-util');

// Variables
var version = '0.0.5';
var version = '0.1.0';
var gitCommit = `git commit -m ${version}`;
var gitTag = `git tag v${version}`;

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "react-text-collapse",
"version": "0.0.5",
"description": "",
"version": "0.1.0",
"description": "React text collapse expand tool",
"main": "dist/index.js",
"scripts": {
"lint": "standard src/**/*.js | snazzy",
Expand Down

0 comments on commit efbf62e

Please sign in to comment.