Skip to content

Commit

Permalink
version upgrade v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahmanekr committed Aug 10, 2017
1 parent ce96e49 commit 41b2ff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-chat-elements",
"version": "0.1.0",
"version": "0.2.0",
"description": "Reactjs chat components",
"author": "Avare Kodcu <[email protected]>",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import './assets/style.css';

import './example';
// import './example'; // only develop

/* import components */
import MessageBox from './MessageBox/MessageBox';
Expand Down

0 comments on commit 41b2ff7

Please sign in to comment.