Skip to content

Commit

Permalink
Modify color of V3 Personality Insights node
Browse files Browse the repository at this point in the history
  • Loading branch information
chughts committed Oct 30, 2016
1 parent 92024ab commit f831dbb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Node-RED Watson Nodes for IBM Bluemix

<a href="https://cla-assistant.io/watson-developer-cloud/node-red-node-watson"><img src="https://cla-assistant.io/readme/badge/watson-developer-cloud/node-red-node-watson" alt="CLA assistant" /></a>

### New in version 0.4.27
- Change color of V3 Personality Insights Node

### New in version 0.4.26
- New V3 Personality Insights Node
- Deprecated V2 Personality Insights Node
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": "node-red-node-watson",
"version": "0.4.26",
"version": "0.4.27",
"description": "A collection of Node-RED nodes for IBM Watson services",
"dependencies": {
"alchemy-api": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion services/personality_insights/v3.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
username: {type:"text"},
password: {type:"password"}
},
color: "rgb(140, 198, 63)",
color: "rgb(0, 150, 200)",
inputs: 1,
outputs: 1,
icon: "personality_insights.png",
Expand Down

0 comments on commit f831dbb

Please sign in to comment.