Skip to content

Commit

Permalink
bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miopa authored Jun 20, 2017
1 parent 27c0b6c commit 9ed38bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exports.getCurrentState = function (operator_id, cb) {
users: operators, // deprecated
operators: operators,
inbox: messages, // deprecated
server_version: 'v0.2.2',
server_version: 'v0.3.0',
server_time: Date.now()
};
cb(null, currentState);
Expand Down

0 comments on commit 9ed38bd

Please sign in to comment.