Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingsley Hendrickse committed Apr 27, 2019
1 parent 2183170 commit f68ba00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This driver is mostly a copy of this project: [cubos/rethinkdb.cr](https://githu

Thanks to these great projects it was not too hard to create this one. Unfortunately those other 2 projects are not being maintained and the `rethinkdb.cr` project has more of the api implemented but the code is not as well structured as the newer `rethinkdb-lite` project. However `rethinkdb-lite` has a lot of missing functionality so I made the decision to fix up the original project and add in the authentication from the newer one.

I will try to do more work on this library over time. Thanks to [Guilherme Bernal](https://github.com/lbguilherme) for his hard work on which this project is based.
I will try to do more work on this library over time. Thanks to [Guilherme Bernal](https://github.com/lbguilherme) for his hard work on which this project is based.

## Installation

Expand Down Expand Up @@ -209,3 +209,4 @@ def recreate_database
## Contributors

- [kingsleyh](https://github.com/kingsleyh) Kingsley Hendrickse - creator, maintainer
- [Caspiano](https://github.com/caspiano) Caspian Baska - contributor
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: crystal-rethinkdb
version: 0.1.5
version: 0.1.6

authors:
- Kingsley Hendrickse <[email protected]>

crystal: 0.27.2
crystal: 0.28.0

license: MIT

0 comments on commit f68ba00

Please sign in to comment.