Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
vzaar_api version 2.0.0
  • Loading branch information
alol committed Jul 13, 2017
1 parent 9838dd9 commit bf07663
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,7 +15,7 @@ Ruby 2.2+
## Installation

```
gem install vzaar --version
gem install vzaar_api
```


Expand All @@ -39,7 +39,7 @@ VzaarApi.auth_token = '<your-auth-token>'
VzaarApi.client_id = '<your-client-id>'
```

Usage instructions and examples are available on [vzaar's documentation site](https://vzaar.readme.io).
Usage instructions and examples are available on [vzaar's documentation site](https://developer.vzaar.com).


## Contributing
Expand Down
4 changes: 2 additions & 2 deletions lib/vzaar_api/version.rb
@@ -1,4 +1,4 @@
module VzaarApi
VERSION = '2.0.0-alpha'
UPLOADER = 'Ruby-2.0.0-alpha'
VERSION = '2.0.0'
UPLOADER = 'Ruby-2.0.0'
end

0 comments on commit bf07663

Please sign in to comment.