Skip to content

Commit

Permalink
Merge pull request #29 from sferik/prepare-0.1.0
Browse files Browse the repository at this point in the history
Prepare 0.1.0 🎉
  • Loading branch information
kenta-s authored Aug 20, 2017
2 parents 3020612 + 56b8569 commit ca866cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Add this to your application's `shard.yml`:
dependencies:
twitter-crystal:
github: sferik/twitter-crystal
version: ~> 0.1.0
```
In your terminal run:
Expand Down Expand Up @@ -110,3 +111,8 @@ If you want to call the API directly, refer to the [API reference](https://dev.t
### Pull Requests are very welcome!

The goal of the project is to have almost the same interfaces(methods) as those of https://github.com/sferik/twitter and there are a lot of things need to be done. Pull Requests are welcome :)

## Contrinutors

- [sferik](https://github.com/sferik) Erik Michaels-Ober - creator
- [kenta-s](https://github.com/kenta-s) Kenta Shirai - maintainer
4 changes: 2 additions & 2 deletions src/twitter/version.cr
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Twitter
module Version
Major = 0
Minor = 0
Patch = 1
Minor = 1
Patch = 0

def self.to_s
[Major, Minor, Patch].join('.')
Expand Down

0 comments on commit ca866cd

Please sign in to comment.