Skip to content

Commit

Permalink
changed version, added doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeisen committed Nov 4, 2016
1 parent 893c815 commit 9ba91a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/breinify.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Breinify.prototype = {
* @param tags: {string | null} comma-separated tags associated with this specific activity
* @param category {string |null} category, if null, defaults
* @param sign {boolean | null} true if a signature should be added (needs the secret to be configured - not recommended in open systems), otherwise false (can be null or undefined)
* @param callback
* @param callback {function | null} optional callback
*/
activity: function (user, type, description, tags, category, sign, callback) {

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": "breinify-node",
"version": "1.0.7",
"version": "1.0.8",
"description": "This is a JavaScript library simplifying the usage of the Breinify API specifically for node",
"authors": [
"Diane Keng <diane@breinify.com>",
Expand Down

0 comments on commit 9ba91a0

Please sign in to comment.