Skip to content

Commit

Permalink
v1.3.7 - add mpim_joined event
Browse files Browse the repository at this point in the history
  • Loading branch information
xBytez committed Oct 28, 2015
1 parent 2754b80 commit b503b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/rtm.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ var events = {
pin_removed: 'pin_removed',
presence_change: 'presence_change',
manual_presence_change: 'manual_presence_change',
mpim_joined: 'mpim_joined',
pref_change: 'pref_change',
user_change: 'user_change',
user_typing: 'user_typing',
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": "slackbotapi",
"version": "1.3.6",
"version": "1.3.7",
"description": "a node.js API using Slack their RTM API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b503b83

Please sign in to comment.