Skip to content

Commit

Permalink
Update the version to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Wierema committed May 30, 2018
1 parent 8d51637 commit d9d0855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository contains the open source Ruby client for MessageBird's REST API.

Requirements
------------
- [Sign up](https://www.messagebird.com/en/signup) for a free MessageBird account
- [Sign up](https://dashboard.messagebird.com/app/en/sign-up) for a free MessageBird account
- Create a new `access_key` in the developers sections
- MessageBird's API client for Ruby requires Ruby >= 1.9

Expand Down
2 changes: 1 addition & 1 deletion lib/messagebird.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$:.unshift(libdir) unless $:.include?(libdir)

module MessageBird
CLIENT_VERSION = '1.3.2'
CLIENT_VERSION = '1.3.3'
ENDPOINT = 'https://rest.messagebird.com'
end

Expand Down

0 comments on commit d9d0855

Please sign in to comment.