Skip to content

Commit

Permalink
add v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBassetti committed Apr 17, 2017
1 parent a8df1d3 commit 1cddf33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pids
# Others
/.nyc_output
/app
/site

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 U-Zyn Chua
Copyright (c) 2017 Lucas Bassetti

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/steps/TextStep.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ TextStep.propTypes = {
isLast: PropTypes.bool.isRequired,
message: PropTypes.string.isRequired,
triggerNextStep: PropTypes.func.isRequired,
previousValue: PropTypes.string,
previousValue: PropTypes.any,
user: PropTypes.bool,
};

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-simple-chatbot",
"version": "0.0.2",
"version": "0.0.3",
"description": "React Simple Chatbot",
"main": "dist/react-simple-chatbot.js",
"scripts": {
Expand Down

0 comments on commit 1cddf33

Please sign in to comment.